Add static routes in Address Manager or managed DNS/DHCP Servers from Network Configuration mode to improve routing efficiency. This task describes how to add a static route via IPv4/IPv6 address.
Note:
- The netmask must be entered in CIDR notation.
- If adding an IPv4 network segment, you can't enter 0.0.0.0.
- If adding an IPv6 network segment, you can't enter 0::0.
- The via address must be on the same subnet as the Service or Management interface.
- The via address can't be the network gateway.
To add a static route to the routing table via IPv4/IPv6 address:
- From Main Session mode, type configure network and press ENTER.
- Type add static-route network <ipv4/ipv6network_segment/netmask> via-address <ipv4/ipv6address> and press ENTER.
- Type save and press ENTER. The Administration Console saves your settings.
IPv4
example:
Proteus> configure network
Proteus:configure:network> add static-route network 10.10.10.10/23 via-
address 192.168.1.10
Proteus:configure:network> save
IPv6
example:Adonis> configure network
Adonis:configure:network> add static-route network 2001:db8::AC10:FE01/64
via-address 2001:db8::1
Adonis:configurenetwork> save