Provides supported SNMP MIBs, OIDs, and OTS and OLC MIB support details for monitoring and managing Cisco NCS 1010 optical components.
| Feature Name |
Release |
Description |
|---|---|---|
| SNMP MIB support is enabled in NCS 1010 |
Cisco IOS XR Release 7.9.1 | The standard optical Simple Network Management Protocol (SNMP) Management Information Bases (MIBs) with Object Identifiers (OIDs) are now supported on the NCS 1010 platform. Also, from R7.9.1 release onwards specific support is enabled for the OTS SNMP MIB. See Cisco SNMP MIBs for details. |
| SNMP OLC MIB Support |
Cisco IOS XR Release 7.10.1 | NCS 1010 platform now supports a new Optical Line Control (OLC) MIB called CISCO-OPTICAL-OLC-MIB which is used for OLC based applications. See Cisco SNMP MIBs for more details. |
These MIBs are supported in NCS 1010.
| SNMP MIB |
OID |
|---|---|
| CISCO-FLASH-MIB |
1.3.6.1.4.1.9.9.10 |
| CISCO-ENHANCED-MEMPOOL-MIB |
1.3.6.1.4.1.9.9.221 |
| ENTITY-MIB |
1.3.6.1.2.1.47 |
| CISCO-ENTITY-FRU-CONTROL-MIB |
1.3.6.1.4.1.9.9.117 |
| CISCO-ENTITY-SENSOR-MIB |
1.3.6.1.4.1.9.9.91 |
| CISCO-IF-EXTENSION-MIB |
1.3.6.1.4.1.9.9.27 |
| CISCO-ENTITY-ASSET-MIB |
1.3.6.1.4.1.9.9.92 |
| CISCO-PROCESS-MIB |
1.3.6.1.4.1.9.9.109 |
| CISCO-CONFIG-MAN-MIB |
1.3.6.1.4.1.9.9.43 |
| CISCO-ENTITY-REDUNDANCY-MIB |
1.3.6.1.4.1.9.9.498 |
| CISCO-SYSTEM-MIB |
1.3.6.1.4.1.9.9.131 |
| CISCO-SYSLOG-MIB |
1.3.6.1.4.1.9.9.41 |
| RMON-MIB |
1.3.6.1.2.1.16.0 |
| CISCO-ALARM-MIB |
1.3.6.1.4.1.9.9.869 |
| EVENT-MIB |
1.3.6.1.2.1.88 |
| DISMAN-EXPRESSION-MIB |
1.3.6.1.2.1.90 |
| CISCO-FTP-CLIENT-MIB |
1.3.6.1.4.1.9.9.80 |
| NOTIFICATION-LOG-MIB |
1.3.6.1.2.1.92 |
| CISCO-RF-MIB |
1.3.6.1.4.1.9.9.176 |
| UDP-MIB |
1.3.6.1.2.1.7 |
| CISCO-OPTICAL-MIB |
1.3.6.1.4.1.9.9.828.0.1 |
| CISCO-OPTICAL-OTS-MIB |
1.3.6.1.4.1.9.9.834 |
| CISCO-OPTICAL-OLC-MIB |
1.3.6.1.4.1.9.9.1057 |
From R7.9.1 release onwards specific support is enabled for the OTS SNMP MIB.
Each managed object is assigned an object identifier (OID).
The OID is specified in a MIB file.
An OID is represented as a sequence of integers separated by decimal points or by a text string.
For example: 1.3.6.1.2.1.4.6
For more information regarding SNMP MIBs refer to cfnng.cisco.com.
NCS 1010 SNMP OTS MIB support
SNMP MIBS in the NCS 1010 platform support many controllers and parameters of different operational types which help in interacting with the rest of the system.
SNMP traps
An SNMP trap refers to a type of SNMP Protocol Data Unit (PDU). An agent is able to send an unrequested message to the manager to notify about any important event with an SNMP trap, unlike other PDU types.
-
Traps can be sent on SNMP version-2 (V2) or version-3 (V3) authentication.
-
In version-2 (V2C) of SNMP, community public and UDP port are defined by default as 162.
-
In version-3 (V3), user, group authentication methods like md5 and des56 are used and the UDP port needs to be mentioned.
Configuration on nodes is listed here.
-
Configuration of traps server as receiver: A trap server listens only to both the protocols SNMP V3 and SNMP V2. For V3 traps, server IP, userid and UDP port are needed as in this example.
-
snmp-server host 10.65.41.209 traps version 3 priv nocUser1 udp-port 163
For V2 traps, server IP, protocol 2c , community public and UDP ports are needed, as in this example.
-
snmp-server host 64.104.134.47 traps version 2c public udp-port 12217
-
-
Configuration of user for SNMP V3 authentication: Configure username with ID like nocUser1 and groups like nocGroup1 etc, followed by the authentication methods like md5 and privileged protocols like des56 followed by user and owner types as in this example.
-
snmp-server user nocUser1 nocGroup1 v3 auth md5 encrypted 0505090C145F4B1B48 priv des56 encrypted 082F434D3C0A000543 SystemOwner
-
-
Configuration for SNMP V3 View: View includes the MIB starting point like given in this example.
-
snmp-server view nocView1 1.3 included
-
-
Configuration for Community String: Community string is public with read, write permission and system owner privileges like given in this example.
-
snmp-server community public RW SystemOwner
-
-
Configuration for SNMP V3 Group: Defines the group as name nocGroup1 with V3 protocol and privileges, notify view and view name as nocView1 and includes read and write operations similarly.
-
snmp-server group nocGroup1 v3 priv notify nocView1 read nocView1 write nocView1
-
-
Configuration for Traps Requireing Customers Check: Syslog as traps is enabled.
-
snmp-server traps syslog
-
-
Configuration for Inventory: For insert and remove and other control operations given in this example.
-
snmp-server traps fru-ctrl
-
-
Configuration for Traps: For config change request use as this example.
-
snmp-server traps config
-
-
Configuration for Entity Related Update: Use as given in this example.
-
snmp-server traps entity
-
-
Configuration for System Up/Down Related Traps: Use this example.
-
snmp-server traps system
-
-
Configuration for Preserving the Ifindex Over Reload: Use this example.
-
snmp-server ifindex persist
-
A few examples of SNMP traps are provided.
Received SNMPv2c Trap:
Community: public
From: 10.127.60.241
sysUpTimeInstance = 00:07:05.93
snmpTrapOID.0 = cefcFanTrayStatusChange
cefcFanTrayOperStatus.4097 = up(2)
entPhysicalDescr.4097 = NCS1010 - Shelf Fan
entPhysicalName.4097 = 0/FT0
Received SNMPv2c Trap:
Community: public
From: 10.127.60.241
sysUpTimeInstance = 00:07:05.86
snmpTrapOID.0 = clogMessageGenerated
clogHistFacility.1 = MGBL-exec
clogHistSeverity.1 = error(4)
clogHistMsgName.1 = LOGIN_AUTHEN
clogHistMsgText.1 = Login Authentication failed. Exiting...
clogHistTimestamp.1 = 00:50:36.81
Received
From R7.9.1 release onwards the SNMP trap snmp-server traps alarm is available for use.
NCS 1010 SNMP OLS MIB support
From R7.10.1 onwards, SNMP support is enabled on the NCS 1010 platform for OLS. This Optical Line Control (OLC) MIB is introduced to support all OLC based applications in NCS 1010.
CISCO-OPTICAL-OLC-MIB with OID value of 1.3.6.1.4.1.9.9.1057.
Supporting controllers of SNMP MIBs in NCS 1010
These controllers support the various operational parameters of the NCS 1010 SNMP MIBs.
| SNMP MIB |
Controllers |
|---|---|
| CISCO-OPTICAL-OTS-MIB |
|
NCS 1010 SNMP MIB controller parameters
The controller specific parameters for NCS 1010 controllers are provided.
| SNMP MIB |
Controller parameters |
|---|---|
| CISCO-OPTICAL-OTS-MIB |
|
NCS 1010 SNMP MIB performance monitoring parameters
The NCS 1010 SNMP MIB performance monitoring parameters are provided.
| SNMP MIB |
Performance monitoring parameters |
|---|---|
| CISCO-OPTICAL-OTS-MIB |
|
NCS 1010 SNMP MIB Raman parameters
The NCS 1010 OTS Raman parameters are provided.
| SNMP MIB |
Raman Parameters |
|---|---|
| CISCO-OPTICAL-OTS-MIB |
|
NCS 1010 SNMP MIB supported operations
NCS 1010 SNMP MIB supported operations are provided.
| SNMP MIB |
SNMP operation |
|---|---|
| CISCO-OPTICAL-OTS-MIB |
|
| CISCO-OPTICAL-OLC-MIB |
|
Both version-2 (V2) and version-3 (V3) SNMP operations are supported in NCS 1010.
The transmit VOA attenuation value is measured in 1/100 dB and 1/10 dB on line systems devices in NCS 1010.
NCS 1010 SNMP MIB application parameters
The NCS 1010 SNMP MIB application parameters are provided.
| SNMP MIB |
Application parameters |
|---|---|
| CISCO-OPTICAL-OLC-MIB |
|