Zhone 5100 참조 매뉴얼

다운로드
페이지 186
Static routing commands
Vpacket 5100/6100 Series Reference Manual
                                                                                               
123
In this example, a static route is added to the remote server with IP address 54.266.45.0. This 
allows the 5100/6100 VDR to send to the remote server through either Router LA or Router LV.
Example 2:
In this example, a static route to Router LA is added. This forces traffic going to the remote 
server at IP address 54.166.45.10 to be routed through Router LA instead of sharing traffic 
between Router LA and Router LV.
Example 3:
In this example, a static route is added through the LAN to Network B (206.184.225.0) through 
Router ABC with IP address 206.184.223.250, which is a Network A address.
Deleting a static route from the routing table
You can easily remove a static route from the routing table by issuing the route delete command.
Syntax: route delete <IP address> <netmask> 
Arguments:
IP address
a valid IP address appropriate to your network configuration
netmask
a valid subnet mask appropriate to your network configuration
Example:
The route to 10.10.10.1 is deleted from the routing table.
VPacket# route add 54.166.45.10 255.255.255.0 38.170.77.2 2
VPacket#commit
VPacket# save
This action will overwrite the configuration in the Flash memory.
Do you want to continue (y|n) [n]? y
Save successful
VPacket#
VPacket# route add 206.184.225.0 255.255.255.0 26.184.223.250 2
VPacket#commit
VPacket# save
This action will overwrite the configuration in the Flash memory.
Do you want to continue (y|n) [n]? y
Save successful
VPacket#
VPacket# route delete 10.10.10.1 255.255.255.0
VPacket#