Difference between revisions of "IPv6: Quagga: Router Advertisement RA"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " Interface Command: no ipv6 nd suppress-ra Send router advertisment messages. Interface Command: ipv6 nd suppress-ra Don’t send router advertisment messages. I...") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | + | vtysh | |
+ | enable | ||
+ | configure terminal | ||
+ | interface eth0 | ||
+ | ipv6 nd suppress-ra | ||
+ | ipv6 nd prefix 2001::/80 router-address | ||
− | |||
− | + | ==Perintah lainnya== | |
− | + | no ipv6 nd suppress-ra # send router advertisment messages | |
+ | ipv6 nd suppress-ra | ||
− | + | ipv6 nd prefix <ipv6prefix> [valid-lifetime] [preferred-lifetime] [off-link] [no-autoconfig] [router-address] | |
+ | ipv6 nd prefix 2001::/80 router-address | ||
− | + | ipv6 nd ra-interval msec <70-1800000> | |
+ | no ipv6 nd ra-interval [msec <70-1800000>] | ||
− | + | ipv6 nd ra-lifetime <0-9000> | |
− | + | no ipv6 nd ra-lifetime [<0-9000>] | |
− | + | ipv6 nd reachable-time <1-3600000> | |
− | + | no ipv6 nd reachable-time [<1-3600000>] | |
− | + | ipv6 nd managed-config-flag | |
− | + | no ipv6 nd managed-config-flag | |
− | + | ipv6 nd other-config-flag | |
− | + | no ipv6 nd other-config-flag | |
− | + | ipv6 nd home-agent-config-flag | |
+ | no ipv6 nd home-agent-config-flag | ||
− | + | ipv6 nd home-agent-preference <0-65535> | |
− | + | no ipv6 nd home-agent-preference [<0-65535>] | |
− | + | ipv6 nd home-agent-lifetime <0-65520> | |
+ | no ipv6 nd home-agent-lifetime [<0-65520>] | ||
− | + | ipv6 nd adv-interval-option | |
+ | no ipv6 nd adv-interval-option | ||
− | + | ipv6 nd router-preference (high|medium|low) | |
− | + | no ipv6 nd router-preference [(high|medium|low)] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ipv6 nd mtu <1-65535> | ||
+ | no ipv6 nd mtu [<1-65535>] | ||
Revision as of 12:48, 2 February 2019
vtysh enable configure terminal interface eth0 ipv6 nd suppress-ra ipv6 nd prefix 2001::/80 router-address
Perintah lainnya
no ipv6 nd suppress-ra # send router advertisment messages ipv6 nd suppress-ra
ipv6 nd prefix <ipv6prefix> [valid-lifetime] [preferred-lifetime] [off-link] [no-autoconfig] [router-address] ipv6 nd prefix 2001::/80 router-address
ipv6 nd ra-interval msec <70-1800000> no ipv6 nd ra-interval [msec <70-1800000>]
ipv6 nd ra-lifetime <0-9000> no ipv6 nd ra-lifetime [<0-9000>]
ipv6 nd reachable-time <1-3600000> no ipv6 nd reachable-time [<1-3600000>]
ipv6 nd managed-config-flag no ipv6 nd managed-config-flag
ipv6 nd other-config-flag no ipv6 nd other-config-flag
ipv6 nd home-agent-config-flag no ipv6 nd home-agent-config-flag
ipv6 nd home-agent-preference <0-65535> no ipv6 nd home-agent-preference [<0-65535>]
ipv6 nd home-agent-lifetime <0-65520> no ipv6 nd home-agent-lifetime [<0-65520>]
ipv6 nd adv-interval-option no ipv6 nd adv-interval-option
ipv6 nd router-preference (high|medium|low) no ipv6 nd router-preference [(high|medium|low)]
ipv6 nd mtu <1-65535> no ipv6 nd mtu [<1-65535>]
Pranala Menarik
Pranala Menarik