Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the client is using TACACS or Radius to control IOS users, ask the client to create an account to VSM User.

...

access the CUBE with level 5 privileges.

Confirm with the TACACS team that you can run 'show' commands with the created account.

...

Code Block
languagetext
linenumberstrue
Router$Router# show running-config
Router$Router# show startup-config
Router$Router# show dial-peer voice summary
Router$
Router# show dial-peer voice
Router# show dial-peer
Router# show call active voice compact
Router# show platform software mount
Router# show platform software
Router# show platform
Router# show

Local User Option

Login to IOS and enter the following commands:

Code Block
languagetext
linenumberstrue
Router(config)$# username {Enter User Here} privilege 5 Password  {Type Password}
Router(config)$# privilege exec level 5 show dial-peer voice summary
Router(config)$# privilege exec level 5 show dial-peer voice
Router(config)$# privilege exec level 5 show dial-peer 
Router(config)$# privilege exec level 5 show platform software mount
Router(config)# privilege exec level 5 show platform software
Router(config)# privilege exec level 5 show platform
Router(config)$# privilege exec level 5 show

...

Code Block
languagetext
linenumberstrue
Router$Router# show running-config
Router$Router# show startup-config
Router$Router# show dial-peer voice summary
Router$Router# show call active voice compact

...

Code Block
languagebash
linenumberstrue
Router(config)$# snmp-server community {Enter SNMP Value here} RO
Router(Config)$# snmp-server location <location> #This command is optional and may needed only if you want to specify the location.
Router(Config)$# snmp-server contact <contact info> #This command is optional

...

Code Block
languagetext
Router (Config)$# snmp-server host {Enter VSM Probe IP Address here} 
[traps | informs] [version {1| 2c | 3 [auth | noauth | priv]}] community-string [udp-port port-number] [notification-type]

...

Code Block
languagetext
Router(Config)$# snmp-server community VirsaeVSM RO
Router(Config)$# snmp-server location BHIVE Auckland
Router(Config)$# snmp-server contact Virsae Support Team
Router(Config)$# snmp-server host 10.10.10.20 version 2c VirsaeVSM
Router(Config)$# snmp-server enable traps snmp authentication linkdown linkup coldstart
Router(Config)$# snmp-server enable traps cpu threshold
Router(Config)$# snmp-server enable traps ipsla
Router(Config)$# snmp-server enable traps config-copy
Router(Config)$# snmp-server enable traps license
Router(Config)$# snmp-server enable traps envmon
Router(Config)$# snmp-server enable traps bgp

...

Code Block
languagetext
Router(Config)$# logging host (Enter VSM Prob IP Address) 
Router(Config)$# logging traps (i.e 0 1 2 3 4 5 .. according to your requirement)

...