Difference between revisions of "IPv6: Quagga: Router Advertisement RA"

From OnnoWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==Topology==
  
  
 +
 +
 +
 +
==Contoh==
 +
 +
ip -6 addr add 2345::1/64 dev eth0
 
  vtysh
 
  vtysh
 
  enable
 
  enable
 
  configure terminal
 
  configure terminal
   interface eth0
+
   interface eth1
     ipv6 nd suppress-ra
+
     no ipv6 nd suppress-ra
     ipv6 nd prefix 2001::/80 router-address
+
     ipv6 nd prefix 2345::/64    # router-address
 
 
  
 
==Perintah lainnya==
 
==Perintah lainnya==

Latest revision as of 13:34, 6 February 2019

Topology

Contoh

ip -6 addr add 2345::1/64 dev eth0
vtysh
enable
configure terminal
  interface eth1
    no ipv6 nd suppress-ra
    ipv6 nd prefix 2345::/64    # 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