All MIBs › DOT12-RPTR-MIB › vgRptrPortAllowedTrainType
vgRptrPortAllowedTrainType
Module: DOT12-RPTR-MIB
OID (symbolic): DOT12-RPTR-MIB::vgRptrPortAllowedTrainType
OID (numeric): 1.3.6.1.2.1.53.1.1.3.1.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This security object is set by the network manager to configure what type of device is permitted to connect to the port. One of the following values:
allowEndNodesOnly - only non- promiscuous end nodes permitted. allowPromiscuousEndNodes - promiscuous or non-promiscuous end nodes permitted allowEndNodesOrRepeaters - repeaters or non- promiscuous end nodes permitted allowAnything - repeaters, promiscuous or non-promiscuous end nodes permitted
For a port for which vgRptrPortType is equal to 'cascadeInternal' or 'cascadeExternal', the corresponding instance of this object may not be set to 'allowEndNodesOnly' or 'allowPromiscuousEndNodes'.
The agent must reject a SET of this object if the value includes no capabilities that are supported by this port's hardware, as defined by the values of the corresponding instances of vgRptrPortSupportedPromiscMode and vgRptrPortSupportedCascadeMode.
Note that vgRptrPortSupportPromiscMode and vgRptrPortSupportedCascadeMode represent what the port hardware is capable of supporting. vgRptrPortAllowedTrainType is used for setting an administrative policy for a port. The actual set of training configurations that will be allowed to succeed on a port is the intersection of what the hardware will support and what is administratively allowed. The above requirement on what values may be set to this object says that the intersection of what is supported and what is allowed must be non-empty. In other words, it must not result in a situation in which nothing would be allowed to train on that port. However, a value can be set to this object as long as the combination of this object and what is supported by the hardware would still leave at least one configuration that could successfully train on the port.
The value of this object should be preserved across repeater resets and power failures.
What is vgRptrPortAllowedTrainType?
Lets an admin set a security policy for what device types may train on the port: end nodes only, promiscuous end nodes, repeaters or end nodes, or anything, and the agent rejects any setting incompatible with what the port hardware actually supports. An admin uses this to lock a port down (e.g. allowEndNodesOnly) to prevent an unauthorized repeater from cascading into the network.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.53.1.1.3.1.1.7 snmpwalk -v2c -c public <target> DOT12-RPTR-MIB::vgRptrPortAllowedTrainType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.53.1.1.3.1.1.7.1 snmpget -v2c -c public <target> DOT12-RPTR-MIB::vgRptrPortAllowedTrainType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.53.1.1.3.1.1.7.1 i <value>
Start monitoring IEEE 802.12 100VG-AnyLAN repeater/hub (vendor-neutral IETF standard) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DOT12-RPTR-MIB::vgRptrPortAllowedTrainType OID value, configure state conditions and alerts, and monitor any IEEE 802.12 100VG-AnyLAN repeater/hub (vendor-neutral IETF standard) from a single console.
OID Breakdown
Upper-level ancestors (6 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.53 | vgRptrMIB | DOT12-RPTR-MIB |
| 1.3.6.1.2.1.53.1 | vgRptrObjects | DOT12-RPTR-MIB |
| 1.3.6.1.2.1.53.1.1 | vgRptrBasic | DOT12-RPTR-MIB |
| 1.3.6.1.2.1.53.1.1.3 | vgRptrBasicPort | DOT12-RPTR-MIB |
| 1.3.6.1.2.1.53.1.1.3.1 | vgRptrBasicPortTable | DOT12-RPTR-MIB |
| 1.3.6.1.2.1.53.1.1.3.1.1 | vgRptrBasicPortEntry | DOT12-RPTR-MIB |
| 1.3.6.1.2.1.53.1.1.3.1.1.7 | vgRptrPortAllowedTrainType | DOT12-RPTR-MIB |