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

System Source Address

dnewell24
Level 1
Level 1

Is it possible to set the source address for all mgmt packets generated by the router ie. snmp, syslog, ntp, TACACS+. I know of the command for snmp and syslog..

Syslog = logging source-interface "interface"

SNMP = snmp-server trap-source "interface"

Is there one command for all protocls? If not is there a command for NTP and TACACS+?

Thanks,

Ryan

1 Accepted Solution

Accepted Solutions

m.sir
Level 7
Level 7

yes you can

router(config)#ip tacacs source-interface

and

router(config)#ntp source

M.

Hope that helps rate if it does

View solution in original post

2 Replies 2

m.sir
Level 7
Level 7

yes you can

router(config)#ip tacacs source-interface

and

router(config)#ntp source

M.

Hope that helps rate if it does

Thank you sir!