Alliedware plus command – Allied Telesis AT-S63 User Manual

Page 657

Advertising
background image

AT-S63 Management Software Command Line User’s Guide

Section VII: Internet Protocol Routing

657

AlliedWare Plus

Command

Syntax

To delete a static route:

no ip route

destination_ip_address

/

mask

nexthop_ip_address

To delete the default route:

no ip route 0.0.0.0/0

nexthop_ip_address

Mode

Configure mode

Description

These AlliedWare Plus commands are identical to the standard command.

Examples

This command deletes the static route to the remote subnet 172.23.144.0.
The subnet mask is 255.255.255.0 and the next hop is 168.121.87.22

awplus> enable
awplus# configure terminal
awplus(config)# no ip route 172.23.144.0/24 168.121.87.22

This example creates a default route with the next hop as 171,22,125,8:

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

Advertising