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...")
 
 
(One intermediate revision by the same user not shown)
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==
Line 15: Line 27:
 
* [[TCP/IP: Advanced Routing]]
 
* [[TCP/IP: Advanced Routing]]
 
* [[Quagga]]
 
* [[Quagga]]
 +
* [[VyOS]]
 
* [[Mikrotik]]
 
* [[Mikrotik]]
 
* [[Cisco]]
 
* [[Cisco]]
 
* [[Juniper]]
 
* [[Juniper]]
 
* [[BIRD: Routing]]
 
* [[BIRD: Routing]]
 +
* [[BIRD2]]
 
* [[IPv6]]
 
* [[IPv6]]
 +
  
 
* [[TCP/IP: Advanced Routing]]
 
* [[TCP/IP: Advanced Routing]]

Latest revision as of 03:38, 18 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