Ip Routing - Cisco Sx350 Cli Manual

Hide thumbs Also See for Sx350:
Table of Contents

Advertisement

IP Routing Protocol-Independent Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
Examples
Example 1—The following example shows how to route packets for network
172.31.0.0 to a router at 172.31.6.6 using mask:
switchxxxxxx(config)#
Example 2—The following example shows how to route packets for network
172.31.0.0 to a router at 172.31.6.6 using prefix length :
switchxxxxxx(config)#
Example 3—The following example shows how to reject packets for network
194.1.1.0:
switchxxxxxx(config)#
Example 4—The following example shows how to remove all static routes to
network 194.1.1.0/24:
switchxxxxxx(config)#
Example 5—The following example shows how to remove one static route to
network 194.1.1.0/24 via 1.1.1.1:
switchxxxxxx(config)#

25.4 ip routing

To enable IP routing, use the ip routing command in global configuration mode. To
disable IP routing, use the no form of this command.
Syntax
ip routing
ip route 172.31.0.0 255.255.0.0 172.31.6.6 metric 2
ip route 172.31.0.0 /16 172.31.6.6 metric 2
ip route 194.1.1.0 255.255.255.0 reject-route
no ip route 194.1.1.0 /24
no ip route 194.1.1.0 /24 1.1.1.1
25
524

Advertisement

Table of Contents
loading

Table of Contents