JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Syntax 
shutdown 
no shutdown 
Command Mode 
Interface Configuration Mode 
Example 
Shut down the routed port 1/0/9 : 
T3700G-52TQ(config)# interface gigabitEthernet 1/0/9 
T3700G-52TQ(config-if)# no switchport 
T3700G-52TQ(config-if)# shutdown 
37.7  ip route 
Description 
This  ip route command is configure the static route. To clear the 
corresponding entry, please use the no ip route command. 
Syntax 
ip route {
 dest-address
 } {
 mask
 } {
 next-hop-address 
}
 
[
 
distance
 
{
 distance
 }
 
]
 
no ip route {
 dest-address
 } {
 mask
 } {
 next-hop-address 
} 
Parameter 
dest-address
 —— The destination IP address. 
mask
 —— The subnet mask. 
next
-
hop-address
 —— The address of the next-hop. 
distance 
  —— The distance metric of this route. The smaller the distance is, 
the higher the priority is.
 
Command Mode 
Global Configuration Mode 
Example 
Create a static route with the destination IP address as 192.168.2.0, the 
subnet mask as 255.255.255.0 and the next-hop address as 192.168.0.2: 
T3700G-52TQ(config)# ip route 192.168.2.0 255.255.255.0 192.168.0.2 
323