App-Netsync
view release on metacpan or search on metacpan
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
vtpVlanBridgeType INTEGER,
vtpVlanAreHopCount Integer32,
vtpVlanSteHopCount Integer32,
vtpVlanIsCRFBackup TruthValue,
vtpVlanTypeExt VlanTypeExt,
vtpVlanIfIndex InterfaceIndexOrZero
}
vtpVlanIndex OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The VLAN-id of this VLAN on ISL or 802.1q trunks."
::= { vtpVlanEntry 1 }
vtpVlanState OBJECT-TYPE
SYNTAX INTEGER {
operational(1),
suspended(2),
mtuTooBigForDevice(3),
mtuTooBigForTrunk(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of this VLAN.
The state 'mtuTooBigForDevice' indicates that this device
cannot participate in this VLAN because the VLAN's MTU is
larger than the device can support.
The state 'mtuTooBigForTrunk' indicates that while this
VLAN's MTU is supported by this device, it is too large for
one or more of the device's trunk ports."
::= { vtpVlanEntry 2 }
vtpVlanType OBJECT-TYPE
SYNTAX VlanType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of this VLAN."
::= { vtpVlanEntry 3 }
vtpVlanName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of this VLAN. This name is used as the ELAN-name
for an ATM LAN-Emulation segment of this VLAN."
::= { vtpVlanEntry 4 }
vtpVlanMtu OBJECT-TYPE
SYNTAX Integer32 (1500..18190)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The MTU size on this VLAN, defined as the size of largest
MAC-layer (information field portion of the) data frame
which can be transmitted on the VLAN."
::= { vtpVlanEntry 5 }
vtpVlanDot10Said OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (4))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the 802.10 SAID field for this VLAN."
::= { vtpVlanEntry 6 }
vtpVlanRingNumber OBJECT-TYPE
SYNTAX Integer32 (0..4095)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ring number of this VLAN. This object is only
instantiated when the value of the corresponding instance of
vtpVlanType has a value of 'fddi' or 'tokenRing' and Source
Routing is in use on this VLAN."
::= { vtpVlanEntry 7 }
vtpVlanBridgeNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The bridge number of the VTP-capable switches for this
VLAN. This object is only instantiated for VLANs that are
involved with emulating token ring segments."
::= { vtpVlanEntry 8 }
vtpVlanStpType OBJECT-TYPE
SYNTAX INTEGER {
ieee(1),
ibm(2),
hybrid(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of the Spanning Tree Protocol (STP) running on
this VLAN. This object is only instanciated when the
value of the corresponding instance of vtpVlanType has a
value of 'fddiNet' or 'trNet'.
The value returned by this object depends upon the value
of the corresponding instance of vtpVlanEditStpType.
- 'ieee' indicates IEEE STP is running exclusively.
- 'ibm' indicates IBM STP is running exclusively.
- 'hybrid' indicates a STP that allows a combination of
IEEE and IBM is running.
The 'hybrid' STP type results from tokenRing/fddi VLANs
that are children of this trNet/fddiNet parent VLAN being
configured in a combination of SRT and SRB
vtpVlanBridgeTypes while the instance of
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
to 'auto'."
::= { vtpVlanEntry 9 }
vtpVlanParentVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The parent VLAN for this VLAN. This object is only
instantiated when the value of the corresponding instance of
vtpVlanType has a value of 'fddi' or 'tokenRing' and Source
Routing is in use on this VLAN. The parent VLAN must have
a vtpVlanType value of fddiNet(4) or trNet(5),
respectively."
::= { vtpVlanEntry 10 }
vtpVlanTranslationalVlan1 OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A VLAN to which this VLAN is being translational-bridged.
If this value and the corresponding instance of
vtpVlanTranslationalVlan2 are both zero, then this VLAN is
not being translational-bridged."
::= { vtpVlanEntry 11 }
vtpVlanTranslationalVlan2 OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Another VLAN, i.e., other than that indicated by
vtpVlanTranslationalVlan1, to which this VLAN is being
translational-bridged. If this value and the corresponding
instance of vtpVlanTranslationalVlan1 are both zero, then
this VLAN is not being translational-bridged."
::= { vtpVlanEntry 12 }
vtpVlanBridgeType OBJECT-TYPE
SYNTAX INTEGER {
srt(1),
srb(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of the Source Route bridging mode in use on this
VLAN. This object is only instantiated when the value of
the corresponding instance of vtpVlanType has a value of
fddi(2) or tokenRing(3) and Source Routing is in use on
this VLAN."
::= { vtpVlanEntry 13 }
vtpVlanAreHopCount OBJECT-TYPE
SYNTAX Integer32 (1..13)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of bridge hops allowed in
All Routes Explorer frames on this VLAN. This
object is only instantiated when the value of the
corresponding instance of vtpVlanType has a value of fddi(2)
or tokenRing(3) and Source Routing is in use on this VLAN."
::= { vtpVlanEntry 14 }
vtpVlanSteHopCount OBJECT-TYPE
SYNTAX Integer32 (1..13)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of bridge hops allowed in
Spanning Tree Explorer frames on this VLAN. This
object is only instantiated when the value of the
corresponding instance of vtpVlanType has a value of fddi(2)
or tokenRing(3) and Source Routing is in use on this VLAN."
::= { vtpVlanEntry 15 }
vtpVlanIsCRFBackup OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"True if this VLAN is of type trCrf and also is acting as
a backup trCrf for the ISL distributed BRF"
::= { vtpVlanEntry 16 }
vtpVlanTypeExt OBJECT-TYPE
SYNTAX VlanTypeExt
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The additional type information of this VLAN."
::= { vtpVlanEntry 17 }
vtpVlanIfIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of the ifIndex corresponding to this VLAN ID.
If the VLAN ID does not have its corresponding interface,
this object has the value of zero."
::= { vtpVlanEntry 18 }
internalVlanInfo OBJECT IDENTIFIER
::= { vlanInfo 2 }
vtpInternalVlanAllocPolicy OBJECT-TYPE
SYNTAX INTEGER {
ascending(1),
descending(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The internal VLAN allocation policy.
'ascending' - internal VLANs are allocated
starting from a lowwer VLAN ID and
upwards.
'descending' - internal VLANs are allocated
starting from a higher VLAN ID and
downwards."
::= { internalVlanInfo 1 }
vtpInternalVlanTable OBJECT-TYPE
SYNTAX SEQUENCE OF VtpInternalVlanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
vtpVlanEditTranslationalVlan1 VlanIndex,
vtpVlanEditTranslationalVlan2 VlanIndex,
vtpVlanEditBridgeType INTEGER,
vtpVlanEditAreHopCount Integer32,
vtpVlanEditSteHopCount Integer32,
vtpVlanEditIsCRFBackup TruthValue,
vtpVlanEditTypeExt VlanTypeExt,
vtpVlanEditTypeExt2 VlanTypeExt
}
vtpVlanEditIndex OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The VLAN-id which this VLAN would have on ISL or
802.1q trunks."
::= { vtpVlanEditEntry 1 }
vtpVlanEditState OBJECT-TYPE
SYNTAX INTEGER {
operational(1),
suspended(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The state which this VLAN would have."
DEFVAL { operational }
::= { vtpVlanEditEntry 2 }
vtpVlanEditType OBJECT-TYPE
SYNTAX VlanType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type which this VLAN would have.
An implementation may restrict access to this object."
DEFVAL { ethernet }
::= { vtpVlanEditEntry 3 }
vtpVlanEditName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name which this VLAN would have. This name would be
used as the ELAN-name for an ATM LAN-Emulation segment of
this VLAN.
An implementation may restrict access to this object."
::= { vtpVlanEditEntry 4 }
vtpVlanEditMtu OBJECT-TYPE
SYNTAX Integer32 (1500..18190)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The MTU size which this VLAN would have, defined as the
size of largest MAC-layer (information field portion of the)
data frame which can be transmitted on the VLAN.
An implementation may restrict access to this object."
DEFVAL { 1500 }
::= { vtpVlanEditEntry 5 }
vtpVlanEditDot10Said OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (4))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of the 802.10 SAID field which would be used for
this VLAN.
An implementation may restrict access to this object."
::= { vtpVlanEditEntry 6 }
vtpVlanEditRingNumber OBJECT-TYPE
SYNTAX Integer32 (0..4095)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The ring number which would be used for this VLAN. This
object is only instantiated when the value of the
corresponding instance of vtpVlanEditType has a value of
'fddi' or 'tokenRing' and Source Routing is in use on
this VLAN."
::= { vtpVlanEditEntry 7 }
vtpVlanEditBridgeNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The bridge number of the VTP-capable switches which would
be used for this VLAN. This object is only instantiated
when the value of the corresponding instance of
vtpVlanEditType has a value of fddiNet(4) or trNet(5)."
::= { vtpVlanEditEntry 8 }
vtpVlanEditStpType OBJECT-TYPE
SYNTAX INTEGER {
ieee(1),
ibm(2),
auto(3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of the Spanning Tree Protocol which would be
running on this VLAN. This object is only instantiated
when the value of the corresponding instance of
vtpVlanEditType has a value of fddiNet(4) or trNet(5).
If 'ieee' is selected, the STP that runs will be IEEE.
If 'ibm' is selected, the STP that runs will be IBM.
If 'auto' is selected, the STP that runs will be
dependant on the values of vtpVlanEditBridgeType for all
children tokenRing/fddi type VLANs. This will result in
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
least its vtpVlanEditType, vtpVlanEditName and
vtpVlanEditDot10Said columns have appropriate values.
The management station should endeavor to make all rows
consistent in the table before 'apply'ing the buffer. An
inconsistent entry in the table will cause the entire
buffer to be rejected with the vtpVlanApplyStatus object
set to the appropriate error value."
::= { vtpVlanEditEntry 11 }
vtpVlanEditTranslationalVlan1 OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A VLAN to which this VLAN would be translational-bridged.
If this value and the corresponding instance of
vtpVlanTranslationalVlan2 are both zero, then this VLAN
would not be translational-bridged.
An implementation may restrict access to this object."
DEFVAL { 0 }
::= { vtpVlanEditEntry 12 }
vtpVlanEditTranslationalVlan2 OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Another VLAN, i.e., other than that indicated by
vtpVlanEditTranslationalVlan1, to which this VLAN would be
translational-bridged. If this value and the corresponding
instance of vtpVlanTranslationalVlan1 are both zero, then
this VLAN would not be translational-bridged.
An implementation may restrict access to this object."
DEFVAL { 0 }
::= { vtpVlanEditEntry 13 }
vtpVlanEditBridgeType OBJECT-TYPE
SYNTAX INTEGER {
srt(1),
srb(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of Source Route bridging mode which would be in
use on this VLAN. This object is only instantiated when
the value of the corresponding instance of vtpVlanEditType
has a value of fddi(2) or tokenRing(3) and Source Routing
is in use on this VLAN."
::= { vtpVlanEditEntry 14 }
vtpVlanEditAreHopCount OBJECT-TYPE
SYNTAX Integer32 (1..13)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The maximum number of bridge hops allowed in
All Routes Explorer frames on this VLAN. This
object is only instantiated when the value of the
corresponding instance of vtpVlanType has a value of fddi(2)
or tokenRing(3) and Source Routing is in use on this VLAN."
::= { vtpVlanEditEntry 15 }
vtpVlanEditSteHopCount OBJECT-TYPE
SYNTAX Integer32 (1..13)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The maximum number of bridge hops allowed in
Spanning Tree Explorer frames on this VLAN. This
object is only instantiated when the value of the
corresponding instance of vtpVlanType has a value of fddi(2)
or tokenRing(3) and Source Routing is in use on this VLAN."
::= { vtpVlanEditEntry 16 }
vtpVlanEditIsCRFBackup OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"True if this VLAN is of type trCrf and also is acting as
a backup trCrf for the ISL distributed BRF. This object is
only instantiated when the value of the corresponding
instance of vtpVlanEditType has a value of tokenRing(3)."
::= { vtpVlanEditEntry 17 }
vtpVlanEditTypeExt OBJECT-TYPE
SYNTAX VlanTypeExt
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The additional type information of this VLAN."
::= { vtpVlanEditEntry 18 }
vtpVlanEditTypeExt2 OBJECT-TYPE
SYNTAX VlanTypeExt
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The additional type information of this VLAN.
The VlanTypeExt TC specifies which bits may
be written by a management application.
The agent should provide a default value."
::= { vtpVlanEditEntry 19 }
-- VTP Statistics
vtpStats OBJECT IDENTIFIER
::= { vtpMIBObjects 5 }
vtpStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF VtpStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of VTP statistics."
::= { vtpStats 1 }
vtpStatsEntry OBJECT-TYPE
SYNTAX VtpStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"VTP statistics for one management domain."
AUGMENTS { managementDomainEntry }
::= { vtpStatsTable 1 }
VtpStatsEntry ::= SEQUENCE {
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
vlanTrunkPortVlansRcvJoined2k OCTET STRING,
vlanTrunkPortVlansRcvJoined3k OCTET STRING,
vlanTrunkPortVlansRcvJoined4k OCTET STRING,
vlanTrunkPortDot1qTunnel INTEGER,
vlanTrunkPortVlansActiveFirst2k Cisco2KVlanList,
vlanTrunkPortVlansActiveSecond2k Cisco2KVlanList
}
vlanTrunkPortIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The value of ifIndex for the interface corresponding to
this trunk port."
::= { vlanTrunkPortEntry 1 }
vlanTrunkPortManagementDomain OBJECT-TYPE
SYNTAX ManagementDomainIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The value of managementDomainIndex for the management
domain on this trunk port. Devices which support only one
management domain will support this object read-only."
::= { vlanTrunkPortEntry 2 }
vlanTrunkPortEncapsulationType OBJECT-TYPE
SYNTAX INTEGER {
isl(1),
dot10(2),
lane(3),
dot1Q(4),
negotiate(5)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of VLAN encapsulation desired to be used on this
trunk port. It is either a particular type, or 'negotiate'
meaning whatever type results from the negotiation.
negotiate(5) is not allowed if the port does not support
negotiation or if its vlanTrunkPortDynamicState is set to
on(1) or onNoNegotiate(5). Whether writing to this object
in order to modify the encapsulation is supported is both
device and interface specific."
::= { vlanTrunkPortEntry 3 }
vlanTrunkPortVlansEnabled OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN in the
management domain on this trunk port. The first octet
corresponds to VLANs with VlanIndex values of 0 through 7;
the second octet to VLANs 8 through 15; etc. The most
significant bit of each octet corresponds to the lowest
value VlanIndex in that octet. If the bit corresponding to
a VLAN is set to '1', then the local system is enabled for
sending and receiving frames on that VLAN; if the bit is set
to '0', then the system is disabled from sending and
receiving frames on that VLAN.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
instance of this object should also write the value of
vlanTrunkPortSetSerialNo."
::= { vlanTrunkPortEntry 4 }
vlanTrunkPortNativeVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The VlanIndex of the VLAN which is represented by native
frames on this trunk port. For trunk ports not supporting
the sending and receiving of native frames, this value
should be set to zero."
::= { vlanTrunkPortEntry 5 }
vlanTrunkPortRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this row. In some circumstances, the
creation of a row in this table is needed to enable the
appropriate trunking/tagging protocol on the port, to enable
the use of VTP on the port, and to assign the port to the
appropriate management domain. In other circumstances, rows
in this table will be created as a by-product of other
operations."
::= { vlanTrunkPortEntry 6 }
vlanTrunkPortInJoins OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of VTP Join messages received on this trunk
port."
::= { vlanTrunkPortEntry 7 }
vlanTrunkPortOutJoins OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of VTP Join messages sent on this trunk port."
::= { vlanTrunkPortEntry 8 }
vlanTrunkPortOldAdverts OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of VTP Advertisement messages which indicated
the sender does not support VLAN-pruning received on this
trunk port."
::= { vlanTrunkPortEntry 9 }
vlanTrunkPortVlansPruningEligible OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN in the
management domain on this trunk port. The first octet
corresponds to VLANs with VlanIndex values of 0 through 7;
the second octet to VLANs 8 through 15; etc. The most
significant bit of each octet corresponds to the lowest
value VlanIndex in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local system is permitted to prune that VLAN on this trunk
port; if the bit is set to '0', then the system must not
prune that VLAN on this trunk port.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
instance of this object should also write the value of
vlanTrunkPortSetSerialNo."
::= { vlanTrunkPortEntry 10 }
vlanTrunkPortVlansXmitJoined OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN in the
management domain on this trunk port. The first octet
corresponds to VLANs with VlanIndex values of 0 through 7;
the second octet to VLANs 8 through 15; etc. The most
significant bit of each octet corresponds to the lowest
value VlanIndex in that octet.
If the bit corresponding to a VLAN is set to '1', then this
VLAN is presently being forwarded on this trunk port, i.e.,
it is not pruned; if the bit is set to '0', then this VLAN
is presently not being forwarded on this trunk port, either
because it is pruned or for some other reason."
::= { vlanTrunkPortEntry 11 }
vlanTrunkPortVlansRcvJoined OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN in the
management domain on this trunk port. The first octet
corresponds to VLANs with VlanIndex values of 0 through 7;
the second octet to VLANs 8 through 15; etc. The most
significant bit of each octet corresponds to the lowest
value VlanIndex in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local switch is currently sending joins for this VLAN on
this trunk port, i.e., it is asking to receive frames for
this VLAN; if the bit is set to '0', then the local switch
is not currently sending joins for this VLAN on this trunk
port."
::= { vlanTrunkPortEntry 12 }
vlanTrunkPortDynamicState OBJECT-TYPE
SYNTAX INTEGER {
on(1),
off(2),
desirable(3),
auto(4),
onNoNegotiate(5)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"For devices that allows dynamic determination of whether
a link between two switches should be a trunk or not, this
object allows the operator to mandate the behavior of that
dynamic mechanism.
on(1) dictates that the interface will always be a
trunk. This is the value for static entries (those that
show no dynamic behavior). If the negotiation is supported
on this port, negotiation will take place with the far end
to attempt to bring the far end into trunking state.
off(2) allows an operator to specify that the specified
interface is never to be trunk, regardless of any dynamic
mechanisms to the contrary. This value is useful for
overriding the default behavior of some switches. If the
negotiation is supported on this port, negotiation will take
place with the far end to attempt on the link to bring the
far end into non-trunking state.
desirable(3) is used to indicate that it is desirable for
the interface to become a trunk. The device will initiate
any negotiation necessary to become a trunk but will not
become a trunk unless it receives confirmation from the far
end on the link.
auto(4) is used to indicate that the interface is capable
and willing to become a trunk but will not initiate
trunking negotiations. The far end on the link are
required to either start negotiations or start sending
encapsulated packets, on which event the specified
interface will become a trunk.
onNoNegotiate(5) is used to indicate that the interface is
permanently set to be a trunk, and no negotiation takes
place with the far end on the link to ensure consistent
operation. This is similar to on(1) except no negotiation
takes place with the far end.
If the port does not support negotiation or its
vlanTrunkPortEncapsulationType is set to negotiate(5),
onNoNegotiate(5) is not allowed.
Devices that do no support dynamic determination (for just
a particular interface, encapsulation or for the whole
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
vlanTrunkPortDynamicStatus OBJECT-TYPE
SYNTAX INTEGER {
trunking(1),
notTrunking(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the specified interface is either
acting as a trunk or not. This is a result of the
vlanTrunkPortDynamicState and the ifOperStatus of the
trunk port itself."
::= { vlanTrunkPortEntry 14 }
vlanTrunkPortVtpEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Some trunk interface modules allow VTP to be
enabled/disabled seperately from that of the central
device. In such a case this object provides management a
way to remotely enable VTP on that module. If a module
does not support a seperate VTP enabled state then this
object shall always return 'true' and will accept no other
value during a SET operation."
::= { vlanTrunkPortEntry 15 }
vlanTrunkPortEncapsulationOperType OBJECT-TYPE
SYNTAX INTEGER {
isl(1),
dot10(2),
lane(3),
dot1Q(4),
negotiating(5),
notApplicable(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of VLAN encapsulation in use on this trunk port.
For intefaces with vlanTrunkPortDynamicStatus of
notTrunking(2) the vlanTrunkPortEncapsulationOperType shall
be notApplicable(6)."
::= { vlanTrunkPortEntry 16 }
vlanTrunkPortVlansEnabled2k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 1024 through 2047 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 1024 through 1031; the second
octet to VLANs 1032 through 1039; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet. If the bit corresponding to a VLAN is set to
'1', then the local system is enabled for sending and
receiving frames on that VLAN; if the bit is set to '0',
then the system is disabled from sending and receiving
frames on that VLAN. The default value is zero length
string.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
instance of this object should also write the value of
vlanTrunkPortSetSerialNo."
::= { vlanTrunkPortEntry 17 }
vlanTrunkPortVlansEnabled3k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 2048 through 3071 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 2048 through 2055; the second
octet to VLANs 2056 through 2063; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet. If the bit corresponding to a VLAN is set to
'1', then the local system is enabled for sending and
receiving frames on that VLAN; if the bit is set to '0',
then the system is disabled from sending and receiving
frames on that VLAN. The default value is zero length
string.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
instance of this object should also write the value of
vlanTrunkPortSetSerialNo."
::= { vlanTrunkPortEntry 18 }
vlanTrunkPortVlansEnabled4k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 3072 through 4095 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 3072 through 3079; the second
octet to VLANs 3080 through 3087; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet. If the bit corresponding to a VLAN is set to
'1', then the local system is enabled for sending and
receiving frames on that VLAN; if the bit is set to '0',
then the system is disabled from sending and receiving
frames on that VLAN. The default value is zero length
string.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
instance of this object should also write the value of
vlanTrunkPortSetSerialNo."
::= { vlanTrunkPortEntry 19 }
vtpVlansPruningEligible2k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 1024 through 2047 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 1024 through 1031; the second
octet to VLANs 1032 through 1039; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local system is permitted to prune that VLAN on this trunk
port; if the bit is set to '0', then the system must not
prune that VLAN on this trunk port.
The default value is zero length string.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
instance of this object should also write the value of
vlanTrunkPortSetSerialNo."
::= { vlanTrunkPortEntry 20 }
vtpVlansPruningEligible3k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 2048 through 3071 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 2048 through 2055; the second
octet to VLANs 2056 through 2063; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local system is permitted to prune that VLAN on this trunk
port; if the bit is set to '0', then the system must not
prune that VLAN on this trunk port.
The default value is zero length string.
To avoid conflicts between overlapping partial updates by
multiple managers, i.e., updates which modify only a portion
of an instance of this object (e.g., enable/disable a single
VLAN on the trunk port), any SNMP Set operation accessing an
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
it is not pruned; if the bit is set to '0', then this VLAN
is presently not being forwarded on this trunk port, either
because it is pruned or for some other reason."
::= { vlanTrunkPortEntry 23 }
vlanTrunkPortVlansXmitJoined3k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 2048 through 3071 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 2048 through 2055; the second
octet to VLANs 2056 through 2063; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then this
VLAN is presently being forwarded on this trunk port, i.e.,
it is not pruned; if the bit is set to '0', then this VLAN
is presently not being forwarded on this trunk port, either
because it is pruned or for some other reason."
::= { vlanTrunkPortEntry 24 }
vlanTrunkPortVlansXmitJoined4k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 3072 through 4095 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 3072 through 3079; the second
octet to VLANs 3080 through 3087; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then this
VLAN is presently being forwarded on this trunk port, i.e.,
it is not pruned; if the bit is set to '0', then this VLAN
is presently not being forwarded on this trunk port, either
because it is pruned or for some other reason."
::= { vlanTrunkPortEntry 25 }
vlanTrunkPortVlansRcvJoined2k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 1024 through 2047 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 1024 through 1031; the second
octet to VLANs 1032 through 1039; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local switch is currently sending joins for this VLAN on
this trunk port, i.e., it is asking to receive frames for
this VLAN; if the bit is set to '0', then the local switch
is not currently sending joins for this VLAN on this trunk
port."
::= { vlanTrunkPortEntry 26 }
vlanTrunkPortVlansRcvJoined3k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 2048 through 3071 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 2048 through 2055; the second
octet to VLANs 2056 through 2063; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local switch is currently sending joins for this VLAN on
this trunk port, i.e., it is asking to receive frames for
this VLAN; if the bit is set to '0', then the local switch
is not currently sending joins for this VLAN on this trunk
port."
::= { vlanTrunkPortEntry 27 }
vlanTrunkPortVlansRcvJoined4k OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANS
with VlanIndex values of 3072 through 4095 in the management
domain on this trunk port. The first octet corresponds to
VLANs with VlanIndex values of 3072 through 3079; the second
octet to VLANs 3080 through 3087; etc. The most significant
bit of each octet corresponds to the lowest value VlanIndex
in that octet.
If the bit corresponding to a VLAN is set to '1', then the
local switch is currently sending joins for this VLAN on
this trunk port, i.e., it is asking to receive frames for
this VLAN; if the bit is set to '0', then the local switch
is not currently sending joins for this VLAN on this trunk
port."
::= { vlanTrunkPortEntry 28 }
vlanTrunkPortDot1qTunnel OBJECT-TYPE
SYNTAX INTEGER {
trunk(1),
access(2),
disabled(3)
}
MAX-ACCESS read-create
STATUS deprecated
DESCRIPTION
"Indicates dot1qtunnel mode of the port.
If the portDot1qTunnel is set to 'trunk' mode, the port's
vlanTrunkPortDynamicState will be changed to 'onNoNegotiate'
and the vlanTrunkPortEncapsulationType will be set to
'dot1Q'. These values cannot be changed unless dot1q tunnel
is disabled on this port.
If the portDot1qTunnel mode is set to 'access' mode, the
port's vlanTrunkPortDynamicState will be set to 'off'.And
the value of vlanTrunkPortDynamicState cannot be changed
unless dot1q tunnel is disabled on this port. 1Q packets
received on this access port will remain.
Setting the port to dot1q tunnel 'disabled' mode causes the
dot1q tunnel feature to be disabled on this port. This
object can't be set to 'trunk' or 'access' mode, when
vlanTrunkPortsDot1qTag object is set to 'false'.
This object has been deprecated and is replaced by the
object 'cltcDot1qTunnelMode' in the
CISCO-L2-TUNNEL-CONFIG-MIB"
DEFVAL { disabled }
::= { vlanTrunkPortEntry 29 }
vlanTrunkPortVlansActiveFirst2k OBJECT-TYPE
SYNTAX Cisco2KVlanList
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of octets containing one bit per VLAN
with VlanIndex values of 0 through 2047.
If the bit corresponding to a VLAN is set to 1,
it indicates that vlan is allowed and active in
management domain.
If the bit corresponding to a VLAN is set to 0,
it indicates that vlan is not allowed or not active
in management domain."
::= { vlanTrunkPortEntry 30 }
vlanTrunkPortVlansActiveSecond2k OBJECT-TYPE
SYNTAX Cisco2KVlanList
MAX-ACCESS read-only
STATUS current
( run in 1.289 second using v1.01-cache-2.11-cpan-e1769b4cff6 )