33-6
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 33 Configuring Network Security
Configuring Unicast Reverse Path Forwarding Check
Configuring Multiple-Path Interface Groups on a PFC3
To configure multiple-path Unicast RPF interface groups on a PFC3, perform this task:
This example shows how to configure interface group 2:
Router(config)#
mls ip cef rpf interface-group 2 fastethernet 3/3 fastethernet 3/4
fastethernet 3/5 fastethernet 3/6
Enabling Self-Pinging
With Unicast RPF check enabled, by default the router cannot ping itself.
To enable self-pinging, perform this task:
This example shows how to enable self-pinging:
Router(config)#
interface gigabitethernet 4/1
Router(config-if)#
ip verify unicast source reachable-via any allow-self-ping
Router(config-if)#
end
Tip
For additional information (including configuration examples and troubleshooting information), see the
documents listed on this page:
http://www.cisco.com/en/US/products/hw/routers/ps368/tsd_products_support_series_home.html
Command
Purpose
Step 1
Router(config)#
mls ip cef rpf interface-group
[
0
|
1
|
2
|
3
]
interface1
[
interface2
[
interface3
[
interface4
]]]
Configures a multiple path RPF interface group on a
PFC3.
Step 2
Router(config)#
mls ip cef rpf interface-group
group_number
Removes an interface group.
Step 3
Router(config)#
end
Exits configuration mode.
Step 4
Router#
show mls cef ip rpf
Verifies the configuration.
Command
Purpose
Step 1
Router(config)#
interface
{{
vlan
vlan_ID
} |
{
type
1
slot/port
} | {
port-channel
number
}}
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
Selects the interface to configure.
Step 2
Router(config-if)#
ip verify unicast source
reachable-via any allow-self-ping
Enables the router to ping itself or a secondary address.
Router(config-if)#
no ip verify unicast source
reachable-via any allow-self-ping
Disables self-pinging.
Step 3
Router(config-if)#
exit
Exits interface configuration mode.