...
If the client is using TACACS or Radius to control IOS users, ask the client to create an account to that can access the CUBE with level 5 privileges.
...
Test the account by logging to into the CUBE (SSH to CUBE with the created account) and run those ALL the commands shown below.
Note |
---|
Make sure |
...
each command displays some output after being run. |
Code Block | ||
---|---|---|
| ||
Router# show running-config Router# show startup-config Router# show platform software mount Router# show platform software Router# show platform 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 |
...
Test the account by logging to the CUBE (SSH to CUBE with the account created) and run those ALL the commands shown below.
Note |
---|
Make sure |
...
each command displays some output after being run. |
Code Block | ||
---|---|---|
| ||
Router# show running-config Router# show startup-config Router# show platform software mount Router# show platform software Router# show platform 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 |
...
Code Block | ||
---|---|---|
| ||
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 |
Configure the VSM probe as the SNMP Host.
Code Block | ||
---|---|---|
| ||
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] |
The following example shows demonstrates a sample configuration of SNMP.
...
Enter the IP Address of the VSM Probe as the destination for the log files.
Tip |
---|
Syslog files have logging based on the client's logging configuration. |
Code Block | ||
---|---|---|
| ||
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) |
...
Log in to the VSM web portal using your VSM credentials and password.
...
A form will open which you can populate with the equipment details as per this the table below.
Select the Vendor ‘Cisco Systems’ and Product ‘Unified Border Element’.
...
Field | Setting |
---|---|
Vendor | Cisco Systems |
Product | Unified Border Element |
Equipment Name | Friendly name for this CUBE |
Username | Administrative Username |
Password | Administrative Password |
IP Address / Host Name | IP Address of server (Virtual in duplicated servers) |
Site | Free text field, this information will be included in alarm notifications from the VSM Workflow. |
Tipinfo |
---|
Site ID information in the ‘Site’ field will advise your NOC staff of the site where the Microsoft Server (i.e. the VSM Collector) is physically located. This is particularly helpful when the customer has multiple sites. |
SNMP
Complete the Equipment tab and then click on the ‘SNMP Query’ tab.
Click on the down arrow, and select the SNMP version you wish VSM to use for querying the CUBE:
SNMP V1 or V2
Field | Setting |
---|---|
Version | V1, V2 |
SNMP Community String | Community String as administered on the CUBE |
SNMP V3
Fields | Setting |
---|---|
Version | V3 |
Username | SNMP V3 Username (refer to technical requirements forms) |
Authentication Protocol | SHA (Recommended) |
Authentication Password | Password (refer to technical requirements) |
Privacy Protocol | DES (Recommended) |
Privacy Password | Password (refer to technical requirements forms) |
...