Specifications

Table Of Contents
exclude-address
MP-70
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
Note MPLS traffic engineering will accept an IP explicit path that comprises either all excluded addresses
configured by the exclude-address command or all included addresses configured by the next-address
command, but not a combination of both.
Examples The following example shows how to exclude IP addresses 10.0.0.125 and 10.0.0.135 from IP explicit
path 500:
Router(config-ip-expl-path)# exclude-address 10.0.0.125
Explicit Path identifier 500:
1: exclude-address 10.0.0.125
Router(config-ip-expl-path)# exclude-address 10.0.0.135
Explicit Path identifier 500:
1: exclude-address 10.0.0.125
2: exclude-address 10.0.0.135
Router(config-ip-expl-path)# end
To remove IP address 10.0.0.135 from the excluded addresses for explicit path 500, use the following
commands:
Router(config)# ip explicit-path identifier 500
Router(cfg-ip-expl-path)# no index 1
Explicit Path identifier 500:
2: exclude-address 10.0.0.135
Router(cfg-ip-expl-path)# end
Related Commands Command Description
ip explicit-path Enters the subcommand mode for IP explicit
p
aths and creates or modifies a specified path.