IPv6 Routing Protocol Configurations
Setting up IPv6 protocols.
All commands include an example address/es and router name/s.
IPv6 ROUTING TYPES
• Static
• RIPng
• IS-IS for IPv6
• OSPFv3
• MP-BGP
• EIGRP for IPv6
Static Routing
| Command | Description | 
|---|---|
| Austin(config)#ipv6 route
 2001:db8:c18:3:/64 2001:db8:c18:2:/64  | 
Creates a static route configured to send all packets
 to a next-hop address of 2011:db8:c18:2::2  | 
| Austin(config)#ipv6 route
 2001:db8:c18:3:/64 fastethernet 0/0  | 
Creates a directly attached static route configured to
 send packets out interface fastethernet 0/0  | 
| Austin(config)#ipv6 route
 2001:db8:c18:3:/64 fastethernet 0/0 2001:db8:c18:2:::2  | 
Creates a fully specified static route on a broadcast
 interface  | 
RIPng
| Command | Description | 
|---|---|
| Router(config)#interface
 serial 0/0  | 
Moves to interface configuration mode. | 
| Router(config-if)#ipv6 rip tower
 enable  | 
Creates the RIPng process named tower and enables
 RIPng on the interface  | 
| Router(config)#ipv6 router rip
 tower  | 
Creates the RIPng process named tower if it has
 not already been created, and moves to router configuration mode  | 
| Router(config-router)#maximum-
 paths 2  | 
Defines the maximum number of equal-cost routes
 that RIPng can support  | 
IS-IS
| Command | Description | 
|---|---|
| router isis area-tag
 Example: Router(config)# router isis area2  | 
Enables IS-IS for the specified IS-IS routing process, and
 enters router configuration mode.  | 
| net network-entity-title
 Example: Router(config-router)# net 49.0001.0000.0000.000c.00  | 
Configures an IS-IS network entity title (NET) for the
 routing process.  | 
| ipv6 router isis area-name
 Example: Router(config-if)# ipv6 router isis area2  | 
Enables the specified IPv6 IS-IS routing process on an
 interface. configuration mode  |