All MIBs › CISCO-WAN-SRCP-MIB › srcpPeerPortNumber
srcpPeerPortNumber
Module: CISCO-WAN-SRCP-MIB
OID (symbolic): CISCO-WAN-SRCP-MIB::srcpPeerPortNumber
OID (numeric): 1.3.6.1.4.1.351.150.11.1.1.3.1.3
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
This object is used to configure the UDP port of the SRCP peer.
What is srcpPeerPortNumber?
This OID stores the network port number (a number between 1 and 65535) where the other SRCP device is listening for messages. It configures which communication channel this device uses to talk to its partner. An operator would set this when configuring two devices to communicate with each other using the SRCP protocol.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.150.11.1.1.3.1.3 snmpwalk -v2c -c public <target> CISCO-WAN-SRCP-MIB::srcpPeerPortNumber
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.150.11.1.1.3.1.3.1 snmpget -v2c -c public <target> CISCO-WAN-SRCP-MIB::srcpPeerPortNumber.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.351.150.11.1.1.3.1.3.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> srcpPeerPortNumber.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.351 | stratacom | CISCOWAN-SMI |
| 1.3.6.1.4.1.351.150 | ciscoWan | CISCOWAN-SMI |
| 1.3.6.1.4.1.351.150.11 | ciscoWanSrcpMIB | CISCO-WAN-SRCP-MIB |
| 1.3.6.1.4.1.351.150.11.1 | srcpObjects | CISCO-WAN-SRCP-MIB |
| 1.3.6.1.4.1.351.150.11.1.1 | srcpAdminObjects | CISCO-WAN-SRCP-MIB |
| 1.3.6.1.4.1.351.150.11.1.1.3 | srcpPeerTable | CISCO-WAN-SRCP-MIB |
| 1.3.6.1.4.1.351.150.11.1.1.3.1 | srcpPeerEntry | CISCO-WAN-SRCP-MIB |
| 1.3.6.1.4.1.351.150.11.1.1.3.1.3 | srcpPeerPortNumber | CISCO-WAN-SRCP-MIB |