Difference between revisions of "IPv6: Cisco: Static Routing"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 9: | Line 9: | ||
configure terminal | configure terminal | ||
ipv6 route static resolve default | 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