cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
640
Views
0
Helpful
4
Replies

Specifying a source interface

efairbanks
Level 1
Level 1

Does anybody know if there is a way to force a packet originating from a router to source from a specified interface? I am running into a situation where my carrier may not necessarily know about all of the subnets hosted by a router and I want to force network management traffic to originate from a backside interface located in the carrier's address space. Thanks for your help!

1 Accepted Solution

Accepted Solutions

ip tacacs source-interface

ip tftp source-interface

ip telnet source-interface

ip ssh source-interface

ip radius source-interface

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1831/products_command_reference_chapter09186a00800e3efa.html#wp1017795

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

View solution in original post

4 Replies 4

thisisshanky
Level 11
Level 11

Are you sending trap info ? If it is SNMP trap you can change the interface using,

snmp-server trap-source

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1831/products_configuration_guide_chapter09186a00800ca66b.html

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

That solves half of it. Thanks. TACACS is my other concern.

ip tacacs source-interface

ip tftp source-interface

ip telnet source-interface

ip ssh source-interface

ip radius source-interface

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1831/products_command_reference_chapter09186a00800e3efa.html#wp1017795

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

That looks like it will do it. Thank you very much :)