A class for performing SNMP V2 queries on Cisco devices
| copyright | Copyright (c) 2012 - 2013, Open Source Solutions Limited, Dublin, Ireland |
|---|---|
| author | Barry O'Donovan |
getSNMP() : \OSS_SNMP\SNMP
\OSS_SNMP\SNMPInstance of the SNMP objectmaxInstanceNumber() : string
| deprecated | Use \OSS_SNMP\MIBS\Cisco\SMST::maxInstanceID() |
|---|
stringThe maximum MST instance numberportRoles(int $iid, boolean $translate = false) : array
| see |
|---|
intThe MST instance ID to query port roles for
booleanIf true, return the string representation via RSTP::$STP_X_RSTP_PORT_ROLES
arrayThe device's MST port roles (by given instance id)regionName() : string
stringThe operational MST region nameregionRevision() : string
| deprecated | Use \OSS_SNMP\MIBS\Cisco\SMST::regionRevision() |
|---|
stringThe operational MST region revisionsetSNMP(\OSS_SNMP\SNMP $snmp) : \OSS_SNMP\MIB
\OSS_SNMP\SNMPthe SNMP instance
\OSS_SNMP\MIBAn instance of this class for fluent interfaces$_snmp
nullOID_STP_X_MST_MAX_INSTANCE_NUMBER = '.1.3.6.1.4.1.9.9.82.1.11.1.0'
OID_STP_X_MST_REGION_NAME = '.1.3.6.1.4.1.9.9.82.1.11.2.0'
OID_STP_X_MST_REGION_REVISION = '.1.3.6.1.4.1.9.9.82.1.11.3.0'