Difference between revisions of "IPv6: Cisco: Static Routing"

From OnnoWiki
Jump to navigation Jump to search
(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 *...")
 
Line 1: Line 1:
  
 +
enable
 +
configure terminal
 +
  ipv6 route network/prefix gateway
 +
  ipv6 route 2001:DB8::/32 2001:DB8:3000:1
  
ipv6 route network/prefix gateway
 
ipv6 route 2001:DB8::/32 2001:DB8:3000:1
 
  
 +
enable
 +
configure terminal
 +
  ipv6 route static resolve default
  
  

Revision as of 09:23, 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 


Pranala Menarik