Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Router# configure terminal
|
Enters global configuration mode.
|
Step 3 |
router
eigrp
virtual-instance-name
Router(config)# router eigrp virtual1
|
Configures the EIGRP routing process and enters router
configuration mode.
|
Step 4 |
address-family
ipv6
[unicast ]
[vrf
vrf-name ]
autonomous-system
autonomous-system-number
Router(config-router)# address-family ipv6 autonomous-system 1
|
Enters address family configuration mode to configure an EIGRP
IPv6 routing instance.
|
Step 5 |
topology
{base |
topology-name
tid
number }
Router(config-router-af)# topology base
|
Configures an EIGRP process to route IP traffic under the
specified topology instance and enters address family topology configuration
mode.
|
Step 6 |
distribute-list
route-map
map-tag
in
Router(config-router-af-topology)# distribute-list route-map map_in in
|
Enables filtering of the networks received in EIGRP updates.
|
Step 7 |
distribute-list
route-map
map-tag
out
Router(config-router-af-topology)# distribute-list route-map map_out out
|
Enables suppressing of networks from being advertised in the EIGRP
updates.
|
Step 8 |
exit-af-toplogy
Router(config-router-af-topology)# exit-af-topology
|
Exits address-family topology configuration mode.
|
Step 9 |
exit-address-family
Router(config-router-af)# exit-address-family
|
Exits address-family configuration mode.
|
Step 10 |
route-map
map-tag
[permit |
deny ]
[sequence-number ]
Router(config)# route-map map1 permit 10
|
Enters route-map configuration mode.
|
Step 11 |
match
ipv6
address
{prefix-list
prefix-list-name |
access-list-name }
Router(config-route-map)# match ipv6 address acl1
|
Specifies an IPv6 access list to match for redistributing routes
that have been advertised by routers and access servers.
|
Step 12 |
set
tag
tag-value
Router(config-route-map)# set tag 10
|
Sets a tag value for the route in the route map.
|
Step 13 |
route-map
map-tag
[permit |
deny ]
[sequence-number ]
Router(config)# route-map map1 permit 20
|
Specifies route map name and set action to redistribute the route
if the match criteria are met.
|
Step 14 |
match
interface
interface-type
interface-number
[...interface-type
interface-number ]
Router(config-route-map)# match interface ethernet 0/0
|
Specifies the next hop out of the interface to distribute the
associated routes.
|
Step 15 |
set
tag
tag-value
Router(config-route-map)# set tag 20
|
Sets a tag value for the route in the route map.
|
Step 16 |
route-map
map-tag
[permit |
deny ]
[sequence-number ]
Router(config)# route-map map1 permit 30
|
Specifies route map name and set action to redistribute the route
if the match criteria are met.
|
Step 17 |
match
metric
bandwidth
delay
reliability
loading
mtu
Router(config-route-map)# match metric 10000 100 255 100 1500
|
Specifies the metric value for EIGRP in a route map.
|
Step 18 |
route-map
map-tag
[permit |
deny ]
[sequence-number ]
Router(config)# route-map map2 permit 10
|
Enters route-map configuration mode.
|
Step 19 |
match
ipv6
address
{prefix-list
prefix-list-name |
access-list-name }
Router(config-route-map)# match ipv6 address acl1
|
Specifies an IPv6 access list to match for redistributing routes
that have been advertised by routers and access servers.
|
Step 20 |
set
tag
tag-value
Router(config-route-map)# set tag 10
|
Sets a tag value for the route in the route map.
|
Step 21 |
route-map
map-tag
[permit |
deny ]
[sequence-number ]
Router(config)# route-map map2 permit 20
|
Specifies route map name and set action to redistribute the route
if the match criteria are met.
|
Step 22 |
match
interface
interface-type
interface-number
[...interface-type
interface-number ]
Router(config-route-map)# match interface ethernet 0/0
|
Specifies the next hop out of the interface to distribute the
associated routes.
|
Step 23 |
set
tag
tag-value
Router(config-route-map)# set tag 20
|
Sets a tag value for the route in the route map.
|
Step 24 |
route-map
map-tag
[permit |
deny ]
[sequence-number ]
Router(config)# route-map map2 permit 30
|
Specifies route map name and set action to redistribute the route
if the match criteria are met.
|
Step 25 |
match
metric
bandwidth
delay
reliability
loading
mtu
Router(config-route-map)# match metric 1000 100 255 200 1800
|
Specifies the metric value for EIGRP in a route map.
|
Step 26 |
end
Router(config-route-map)# end
|
Exits route-map configuration mode and returns to privileged EXEC
mode.
|