Difference between revisions of "IPv6: Cisco: Static Routing"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " ipv6 route network/prefix gateway ipv6 route 2001:DB8::/32 2001:DB8:3000:1 ==Pranala Menarik== * TCP/IP: Advanced Routing * Quagga * Mikrotik * Cisco *...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | enable | ||
+ | configure terminal | ||
+ | ipv6 route network/prefix gateway | ||
+ | ipv6 route 2001:DB8::/32 2001:DB8:3000:1 | ||
− | |||
− | |||
+ | enable | ||
+ | configure terminal | ||
+ | ipv6 route static resolve default | ||
+ | |||
+ | |||
+ | ==Cek== | ||
+ | |||
+ | show ipv6 access-list | ||
+ | show ipv6 cef # Cisco Express Forward | ||
+ | show ipv6 interface interface-id | ||
+ | show ipv6 mtu | ||
+ | show ipv6 neighbors | ||
+ | show ipv6 ospf | ||
+ | show ipv6 prefix-list | ||
+ | show ipv6 protocols | ||
+ | show ipv6 rip | ||
+ | show ipv6 route | ||
+ | show ipv6 routers | ||
+ | show ipv6 static | ||
+ | show ipv6 traffic | ||
Latest revision as of 09:26, 5 January 2019
enable configure terminal ipv6 route network/prefix gateway ipv6 route 2001:DB8::/32 2001:DB8:3000:1
enable configure terminal ipv6 route static resolve default
Cek
show ipv6 access-list show ipv6 cef # Cisco Express Forward show ipv6 interface interface-id show ipv6 mtu show ipv6 neighbors show ipv6 ospf show ipv6 prefix-list show ipv6 protocols show ipv6 rip show ipv6 route show ipv6 routers show ipv6 static show ipv6 traffic