cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
590
Views
0
Helpful
2
Replies

Anti spoofing with 3825

nov1c33333
Level 1
Level 1

Hello-

Is there any way  to configure 3825 to ensure that all packets have a source IP address  that matches the correct source interface (similar to ASA's 'ip verify reverse-path interface')?

Currently, we manage anti spoofing with a bunch of ACLs, however I'm looking for a more manageable solution.

Thanks.

1 Accepted Solution

Accepted Solutions

Try the ip verfify unicast command:

See below a reference on anti-spoofing:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080120f48.shtml#asprot

interface FastEthernet 0/0
ip verify unicast source reachable-via {rx | any} [allow-default]
[allow-self-ping] [list]

See below an explanation of the technology.

http://www.cisco.com/web/about/security/intelligence/unicast-rpf.html

Please remember to rate all posts that are helpful.

View solution in original post

2 Replies 2

paolo bevilacqua
Hall of Fame
Hall of Fame

Have you considered entering "IOS reverse-path" in the CCO search box ?

Try the ip verfify unicast command:

See below a reference on anti-spoofing:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080120f48.shtml#asprot

interface FastEthernet 0/0
ip verify unicast source reachable-via {rx | any} [allow-default]
[allow-self-ping] [list]

See below an explanation of the technology.

http://www.cisco.com/web/about/security/intelligence/unicast-rpf.html

Please remember to rate all posts that are helpful.