beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1840

background image

Chapter 105: IPv4 Routing Commands

1840

This example assigns the switch the IPv4 default gateway address
143.87.132.45. The mask is specified in IP notation:

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

This example creates the same default gateway address, but the mask is
specified in decimal notation:

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