IPv6: Quagga: Setting IP address
Revision as of 07:38, 6 January 2019 by Onnowpurbo (talk | contribs) (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...")
vtysh
configure terminal
  ipv6 forwarding 
  interface ether0
    ipv6 address ipv6-prefix /prefix-length
    ipv6 address 2001::1/64
    no shutdown
    exit
  end