cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
607
Views
0
Helpful
7
Replies

how to configure Tacas and snmp in Cisco N540x routers

poojaryp1974
Level 1
Level 1

Hi Team,

Please provide command to configure Tacas and snmp in Cisco N540x routers.

Thanks,

Prashanth

 

7 Replies 7

poojaryp1974
Level 1
Level 1

Hi,

please provide me Tacacs command and snmp v1 command.

 Thanks 

prashanth

 

Hi,

I am looking at tacacs configuration for the Cisco N540x router. Please
share the command and it will be helpful for me.

Thanks,
Prashanth

Hello,

the below should work:

! Configure TACACS+ server
tacacs-server host <TACACS_SERVER_IP> key <TACACS_SHARED_SECRET>

! Enable TACACS+ authentication for login
aaa authentication login default group tacacs+ local

! Enable TACACS+ authorization for privileged mode access
aaa authorization exec default group tacacs+ local

! Enable TACACS+ accounting
aaa accounting exec default start-stop group tacacs+

! Configure SNMP community string for read-only access
snmp-server community <COMMUNITY_STRING> RO

! Configure SNMP community string for read-write access (optional)
snmp-server community <COMMUNITY_STRING> RW

! Configure SNMP trap receiver
snmp-server host <TRAP_RECEIVER_IP> <SNMP_VERSION> <COMMUNITY_STRING>

! Enable SNMP logging
snmp-server enable traps

! Set the SNMP system contact information
snmp-server contact <CONTACT_INFORMATION>

! Set the SNMP system location information
snmp-server location <LOCATION_INFORMATION>

N540X and ASR9k use same IOS XR 

So the link I share work for N540x

MHM

balaji.bandi
Hall of Fame
Hall of Fame
Review Cisco Networking for a $25 gift card