IPv6: Cisco: konfigurasi interface: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with " enable configure terminal interface type number ipv6 address ipv6-prefix /prefix-length eui-64 ipv6 address ipv6-address / prefix-length link-local ipv6 e..."
 
Onnowpurbo (talk | contribs)
No edit summary
Line 9: Line 9:
  ipv6 unicast-routing
  ipv6 unicast-routing


Contoh
enable
configure terminal
  interface ethernet1/0
    ipv6 address 2001::1/64 eui-64
    ipv6 enable
    end


Multiple IPv6 link-local addresses on an interface are not supported.  
Multiple IPv6 link-local addresses on an interface are not supported.  
==Cek==
ping ipv6 2001::1
show ipv6 interface


==Pranala Menarik==
==Pranala Menarik==

Revision as of 01:54, 5 January 2019

enable
configure terminal
  interface type number
    ipv6 address ipv6-prefix /prefix-length eui-64
    ipv6 address ipv6-address / prefix-length link-local
    ipv6 enable
  exit
ipv6 unicast-routing


Contoh

enable
configure terminal
  interface ethernet1/0
    ipv6 address 2001::1/64 eui-64
    ipv6 enable
    end

Multiple IPv6 link-local addresses on an interface are not supported.


Cek

ping ipv6 2001::1
show ipv6 interface


Pranala Menarik