Adding Cisco Unified Border Element (CUBE)

This document describes the necessary steps and configuration commands needed to setup a CUBE for data collection and add CUBE to the Vyopta Admin Portal

CUBE Configuration

Step 1 - Install SSH Client

Before starting, it is highly recommended to install an SSH client on your server that will be hosting the Vyopta collector.

Step 2 - Open Ports

Open all required ports between the server hosting the collector and the CUBE(s). This may require opening ports on a firewall, or allowing traffic via access control lists within the network.

  • The data collector needs to be able to access ISR/CUBE:

    • On TCP port 22 (SSH)
    • On UCP port 161 (SNMP agent)

  • The ISR/CUBE needs to be able to send SNMP traps to the Vyopta data collector.

    • On UDP port 162

Step 3 - Configure the ISR/CUBE for SNMP access

SNMP v2 SNMP v3
snmp-server community vyoptacpm RO
snmp-server enable traps dial
snmp-server host <data collector host IP address> version 2c vyoptacpm

Step 4 - Enable SSH

  • SSH port 22. Configure a limited IOS service account for Vyopta Tech Insights. NOTE – a different privilege level can be used at customer discretion. The levels below are the minimum requirement.

privilege configure all level 5 logging
privilege exec all level 5 show dial-peer voice summary
privilege exec all level 5 show dial-peer voice
privilege exec level 5 show dial-peer
privilege exec level 5 show
  • Create the required service account that has SSH access to ISR/CUBE

username vyopta_svc privilege 5 secret <password>

Step 5 - Enable status tracking on individual dial-peers per router

  • For each dial-peer, utilize the below commands to configure Out-of-dialog (OOD) OPTIONS Ping for Specified SIP

dial-peer voice tag voip
voice-class sip options-keepalive {up-interval seconds | down-interval seconds | retry retries}
  • Example:
enable
configure terminal
dial-peer voice 200 voip
voice-class sip options-keepalive up-interval 100 down-interval 50 retry 6

(these are the recommended and tested values)

Step 6 - Enable media statistics

  • Perform the below globally to enable the tracking of jitter, packet loss, and latency

voice service voip
media statistics
  • Example
enable
configure terminal
voice service voip
media statistics
exit

 

Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube/configuration/cube-book/voi-cube-voice-quality-monitoring.html

Adding CUBE to Vyopta

1. Log into the Vyopta Admin Portal

2. Click on Infrastructure 

3. Click on "New Infrastructure"

4. Locate the "Cisco Unified Border Element (CUBE)" Card and click on it. It should look as below: mceclip0.png

5. Fill in all the fields. Note - If opted to use SNMP v3, please put a dummy string in "Community String" 

mceclip1.png

6. Click Save. If using SNMPv3, continue with below instructions

7. If using SNMPv3, click on "SNMP Settings" and fill in the below fields with how the CUBE was configured:

mceclip2.png

8. After clicking on Save, give it 5 minutes and then go to Tech Insights Monitoring to see if data is coming in.

Was this article helpful?
1 out of 2 found this helpful

Comments

0 comments

Please sign in to leave a comment.