...
Code Block |
---|
|
Router# show running-config
Router# show startup-config
Router# show platform software mount
Router# show platform software
Router# show platformversion
Router# show dial-peer voice summary
Router# show dial-peer voice
Router# show dial-peer
Router# show call active voice compact
Router# show users
Router# show
Router# show environment |
Local User Option
Login to IOS and enter the following commands:
Code Block |
---|
|
Router(config)# username {Enter User Here} privilege 5 Password {Type Password}
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 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
version
|
Test the account by logging to the CUBE (SSH to CUBE with the account created) and run ALL the commands shown below.
...
Code Block |
---|
|
Router# show running-config
Router# show startup-config
Router# show platform software mount
Router# show platform software
Router# show platformversion
Router# show dial-peer voice summary
Router# show dial-peer voice
Router# show dial-peer
Router# show call active voice compact
Router# show users
Router# show
Router# show environment |
CUBE SNMP Configuration
SNMP Version 2 option
...
The following demonstrates a sample configuration of SNMP Version 3 with Parameters shown in the following table
Parameter | Value |
---|
View Name | virsaelab |
Group Name | VSMMonitor |
Username | VSMUser |
Authentication Password | P@ssword123 |
Auth Privacy Password | P@ssword123 |
Code Block |
---|
|
Router(Config)# snmp-server view virsaelab iso included
Router(Config)# snmp-server group VSMMonitor v3 priv read monitorvirsaelab
Router(Config)# snmp-server user VSMUser VSMMonitor v3 auth sha P@ssword123 priv aes 256 P@ssword123
Router(Config)# snmp-server host 192.168.5.180 version 3 auth VSMUser
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 |
...