zxAnIgmpParamListCmd
ZTE-AN-IGMP-MIB ·
.1.3.6.1.4.1.3902.1015.31.1.1.26.1.1
Object
column Enumeration
The command to operate param list of zxAnMvlanGroupPortListTable.
Each command is related to each meaming of
zxAnMvlanGroupStaticPortList.
command meaning of operation
zxAnMcastPortParamObjName
--------------------------------------------------------------------
addSrcPortToMvlan(1) Bind source port with mvlan
delSrcPortFromMvlan(2) unbind source Port with mvlan
addRecPortToMvlan(3) bind recievingPort with mvlan
delRecPortFromMvlan(4) unbind recievingPort with mvlan
addStaticGroup(5) Bind port with Static Multicast
delStaticGroup(6) unbind port with Static Multicast
Context
- MIB
- ZTE-AN-IGMP-MIB
- OID
.1.3.6.1.4.1.3902.1015.31.1.1.26.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- zxAnIgmpParamListCmdEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-IGMP-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-IGMP-MIB::zxAnIgmpParamListCmd'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-IGMP-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-IGMP-MIB::zxAnIgmpParamListCmd.<zxAnIgmpParamListCmd>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-IGMP-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-IGMP-MIB::zxAnIgmpParamListCmd'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | addSrcPortToMvlan |
2 | delSrcPortFromMvlan |
3 | addRecPortToMvlan |
4 | delRecPortFromMvlan |
5 | addStaticGroup |
6 | delStaticGroup |