All MIBs › CISCO-VISM-MODULE-MIB › vismProfileNegotiationOption
vismProfileNegotiationOption
Module: CISCO-VISM-MODULE-MIB
OID (symbolic): CISCO-VISM-MODULE-MIB::vismProfileNegotiationOption
OID (numeric): 1.3.6.1.4.1.351.110.3.17.4.17
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This object helps in forming an ordered intersection of lists and one of the lists must be used in determining the resulting order of profiles.
Lco - local connection options Rcd - remote connection description Lcl - local codec list
If the value of this object is 'lcoRcdLcl' then effectively we are giving first priority to the local connection options sent by the call agent, followed by remote connection description sent by the remote gateway (CA) and the last priority will be to local codec list stored in VISM.
If the value of this object is 'lcoLclRcd' then effectively we are giving first priority to local connection options sent by the call agent, followed by local codec list stored in VISM and the last priority will be to remote connection description sent by the remote gateway (or remote CA).
If the value of this object is 'rcdLcoLcl' then effectively we are giving first priority to remote connection description sent by the remote gateway /call agent, followed by local connection options sent by the call agent and the last priority will be to the local codec list stored on the local gateway(VISM).
If the value of this object is 'rcdLclLco' then effectively we are giving first priority to remote connection description sent by the remote gateway followed by local codec list stored on the local gateway and the last priority will be to the local connection options sent by the CA.
If the value of this object is 'lclLcoRcd' then effectively we are giving first priority to local codec list stored on the local gateway (VISM) followed by local connection options sent by the call agent and the last priority will be to remote connection description sent by the remote gateway (or remote CA).
If the value of this object is 'lclRcdLco' then effectively we are giving first priority to local codec list stored on the VISM followed by remote connection description sent by the remote gateway (or remote CA) and the last priority will be to local connection options sent by the call agent.
What is vismProfileNegotiationOption?
This read-write INTEGER controls the priority order (local connection options, remote connection description, or local codec list) used when VISM negotiates the ordered intersection of profiles for a connection. An admin cares because, like its codec counterpart, the setting decides whose preference dominates when profile lists from the call agent and remote endpoint diverge. For instance, selecting rcdLcoLcl(3) would tell VISM to favor the remote connection description ahead of the call agent's local connection options when building the final profile order.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.110.3.17.4.17 snmpwalk -v2c -c public <target> CISCO-VISM-MODULE-MIB::vismProfileNegotiationOption
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.110.3.17.4.17.1 snmpget -v2c -c public <target> CISCO-VISM-MODULE-MIB::vismProfileNegotiationOption.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.351.110.3.17.4.17.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> vismProfileNegotiationOption.1
Start monitoring Cisco VISM (Voice Interworking Service Module) card, MGX platform (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-VISM-MODULE-MIB::vismProfileNegotiationOption OID value, configure state conditions and alerts, and monitor any Cisco VISM (Voice Interworking Service Module) card, MGX platform (legacy) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.351 | stratacom | CISCOWAN-SMI |
| 1.3.6.1.4.1.351.110 | basis | BASIS-MIB |
| 1.3.6.1.4.1.351.110.3 | cardSpecific | BASIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.351.110.3.17 | vismConfig | CISCO-VISM-MODULE-MIB |
| 1.3.6.1.4.1.351.110.3.17.4 | vismSystemGrp | CISCO-VISM-MODULE-MIB |
| 1.3.6.1.4.1.351.110.3.17.4.17 | vismProfileNegotiationOption | CISCO-VISM-MODULE-MIB |