beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1846

background image

Chapter 105: IPv4 Routing Commands

1846

This example deletes the same static route, but the mask is entered in
decimal notation:

awplus> enable
awplus# configure terminal
awplus(config)# no ip route 156.78.101.0/24 145.20.11.132

This example deletes the default route from the switch. The mask is
entered in IP notation, and the next hop is 121.114.17.28:

awplus> enable
awplus# configure terminal
awplus(config)# no ip route 0.0.0.0 0.0.0.0 121.114.17.28

This example deletes the same default route, but the mask is entered in
decimal notation:

awplus> enable
awplus# configure terminal
awplus(config)# no ip route 0.0.0.0/0 121.114.17.28