Routing Table Commands
Extreme Networks EAS 100-24t Switch CLI Manual
209
Example usage:
To add the default static address 10.48.74.121, with a metric setting of 1, to the routing table:
Example usage:
To delete an IPv6 static route:
#create ipv6route default System 3FFC::1
Command: create ipv6route default System 3FFC::1
Success.
#
delete ipv6route
Purpose Used to delete an IPv6 route.
Syntax delete ipv6route [[default] [<ipif_name 12> <ipv6addr> | <ipv6addr>] | all]
Description This command is used to delete an IPv6 static route. If the next hop is a
global address, it is not necessary to indicate the interface name. If the next
hop is a link local address, then the interface name must be specified.
Parameters default – Specifies the default route.
<ipv6addr> - Specifies the next hop address for the default route.
all - All static created routes will be deleted.
Restrictions Only Administrator-level users can issue this command.
#delete ipv6route default 3FFC::1
Command: delete ipv6route default 3FFC::1
Success.
#
show ipv6 nd
Purpose Used to display the interface’s information.
Syntax show ipv6 nd {ipif <ipif_name 12>}
Description This command is used to display the IPv6 ND related configuration.
Parameters <ipif_name> - The name of the interface.
Restrictions None.