Remove IPv4/IPv6 static routes from the routing table.
To remove a static route for an IPv4/IPv6 address:
- From Main Session mode, type configure network and press ENTER.
- Type remove static-route <ipv4network_segment/netmask>--><IPv4address> and press ENTER. Use Spacebar to auto-complete the network segment and via-address when removing a static route.
- Type save and press ENTER. The Administration Console saves your settings.
IPv4
example:
Proteus> configure network
Proteus:configure:network> remove static-route 10.10.10.5/32-->
192.168.1.10
Proteus:configure:network> save
IPv6
example:Adonis> configure network
Adonis:configure:network> remove static-route 2001:db8::AC10:FE01/64-->
2001:db8::1
Adonis:configure:network> save