Difference between revisions of "IPv6: Quagga: Setting IP address"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " vtysh configure terminal ipv6 forwarding interface ether0 ipv6 address ipv6-prefix /prefix-length ipv6 address 2001::1/64 no shutdown exit end...")
 
Line 10: Line 10:
 
   end
 
   end
  
 +
==Cek==
 +
 +
show ipv6 access-list
 +
show ipv6 forwarding
 +
show ipv6 mroute
 +
show ipv6 ospf6
 +
show ipv6 ripng       
 +
show ipv6 bgp
 +
show ipv6 mbgp
 +
show ipv6 nht
 +
show ipv6 prefix-list
 +
show ipv6 route 
  
 
==Pranala Menarik==
 
==Pranala Menarik==

Revision as of 07:40, 6 January 2019

vtysh
configure terminal
  ipv6 forwarding 
  interface ether0
    ipv6 address ipv6-prefix /prefix-length
    ipv6 address 2001::1/64
    no shutdown
    exit
  end

Cek

show ipv6 access-list
show ipv6 forwarding
show ipv6 mroute
show ipv6 ospf6
show ipv6 ripng        
show ipv6 bgp
show ipv6 mbgp
show ipv6 nht
show ipv6 prefix-list
show ipv6 route  

Pranala Menarik