App-Netsync
view release on metacpan or search on metacpan
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
DESCRIPTION
"Added support for version 2 features."
REVISION "9609161230Z"
DESCRIPTION
"Updated the Token-Ring support."
REVISION "9607171230Z"
DESCRIPTION
"Updated to include objects in support of VTP pruning."
REVISION "9601181820Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoMgmt 46 }
vtpMIBObjects OBJECT IDENTIFIER
::= { ciscoVtpMIB 1 }
-- Textual Conventions
VlanIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The VLAN-id of a VLAN on ISL or 802.1q trunks.
Modification of default parameters is allowed.
Implementations are allowed to restrict
the range of VLANs.
For entities support up to 1024 VLANS.
VLANs above 1000 are reserved for default VLANs and
future use. Modification of default parameters is
allowed. Creation or deletion of VLANs above 1000 is not
allowed.
For a new object which needs the vlan-id of a VLAN as
its SYNTAX, it is suggested to import VlanIndex from
Q-BRIDGE-MIB instead of importing this TC here in
CISCO-VTP-MIB."
SYNTAX Integer32 (0..4095)
ManagementDomainIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An arbitrary integer-value to uniquely identify a
management domain on the local system."
SYNTAX Integer32 (1..255)
VlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of a VLAN.
Note that the 'ethernet' type, is used for any ethernet or
802.3 VLAN, including an ATM Ethernet ELAN; and the
'tokenRing' ('trCrf') type is used for each VLAN
representing a single logical 802.5 ring including an ATM
Token-Ring ELAN.
The 'trCrf' type is used for token ring VLANs made up of
(at most) one transparently bridged LAN segment.
The 'trBrf' type is used for VLANs which represent the
scope of many 'trCrf' VLANs all connected together via
source route bridging. The token ring 'trBrf' can be said
to represent the bridged broadcast domain."
SYNTAX INTEGER {
ethernet(1),
fddi(2),
tokenRing(3), -- also known as trCrf
fddiNet(4),
trNet(5), -- also known as trBrf
deprecated(6)
}
VlanTypeExt ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The additional type information of VLAN.
vtpmanageable(0) An user defined VLAN which is
manageable through VTP protocol.
The value of this bit cannot be
changed.
internal(1) An internal VLAN created by the device.
Internal VLANs cannot be created or
deleted. The value of this bit cannot
be changed.
reserved(2) A VLAN reserved by the device.
Reserved VLANs cannot be created or
deleted. The value of this bit cannot
be changed.
rspan(3) A VLAN created to exclusively carry
the traffic for a Remote Switched
Port Analyzer (RSPAN). This bit can
only be set or cleared during the
VLAN creation. Once the VLAN is
created, the value of this bit cannot
be modified.
dynamicGvrp(4) A VLAN dynamically created by GVRP
(GARP VLAN Registration Protocol)
propagation. The value of this bit
cannot be changed."
REFERENCE "RFC2674."
SYNTAX BITS {
vtpmanageable(0),
internal(1),
reserved(2),
rspan(3),
dynamicGvrp(4)
}
-- VTP status
vtpStatus OBJECT IDENTIFIER
::= { vtpMIBObjects 1 }
vtpVersion OBJECT-TYPE
SYNTAX INTEGER {
one(1),
two(2),
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
SYNTAX ManagementDomainEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about the status of one management domain."
INDEX { managementDomainIndex }
::= { managementDomainTable 1 }
ManagementDomainEntry ::= SEQUENCE {
managementDomainIndex ManagementDomainIndex,
managementDomainName DisplayString,
managementDomainLocalMode INTEGER,
managementDomainConfigRevNumber Gauge32,
managementDomainLastUpdater IpAddress,
managementDomainLastChange DateAndTime,
managementDomainRowStatus RowStatus,
managementDomainTftpServer IpAddress,
managementDomainTftpPathname DisplayString,
managementDomainPruningState INTEGER,
managementDomainVersionInUse INTEGER,
managementDomainPruningStateOper INTEGER
}
managementDomainIndex OBJECT-TYPE
SYNTAX ManagementDomainIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An arbitrary value to uniquely identify the management
domain on the local system."
::= { managementDomainEntry 1 }
managementDomainName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The management name of a domain in which the local system
is participating. The zero-length name corresponds to the
'no management-domain' state which is the initial value at
installation-time if not configured otherwise. Note that
the zero-length name does not correspond to an operational
management domain, and a device does not send VTP
advertisements while in the 'no management-domain' state. A
device leaves the 'no management-domain' state when it
obtains a management-domain name, either through
configuration or through inheriting the management-domain
name from a received VTP advertisement.
When the value of an existing instance of this object is
modified by network management, the local system should re-
initialize its VLAN information (for the given management
domain) as if it had just been configured with a management
domain name at installation time."
::= { managementDomainEntry 2 }
managementDomainLocalMode OBJECT-TYPE
SYNTAX INTEGER {
client(1),
server(2),
transparent(3),
off(4)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The local VTP mode in this management domain when
managementDomainVersionInUse is version1(1) or
version2(2).
If managementDomainVersionInUse is version3(4), this
object has the same value with vtpDatabaseLocalMode
of VLAN database type.
- 'client' indicates that the local system is acting
as a VTP client.
- 'server' indicates that the local system is acting
as a VTP server.
- 'transparent' indicates that the local system does
not generate or listen to VTP messages, but forwards
messages. This mode can also be set by the device
itself when the amount of VLAN information is too
large for it to hold in DRAM.
- 'off' indicates that the local system does not
generate, listen to or forward any VTP messages."
::= { managementDomainEntry 3 }
managementDomainConfigRevNumber OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current Configuration Revision Number as known by
the local device for this management domain when
managementDomainVersionInUse is version1(1) or
version2(2).
If managementDomainVersionInUse is version3(4), this
object has the same value with vtpDatabaseRevisionNumber
of VLAN database type.
This value is updated (if necessary) whenever a VTP
advertisement is received or generated. When in the
'no management-domain' state, this value is 0."
::= { managementDomainEntry 4 }
managementDomainLastUpdater OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP-address (or one of them) of the VTP Server which
last updated the Configuration Revision Number, as indicated
in the most recently received VTP advertisement for this
management domain, when managementDomainVersionInUse is
version1(1) or version2(2).
If managementDomainVersionInUse is version3(4), this object
has the value of 0.0.0.0.
Before an advertisement has been received, this value is
0.0.0.0."
::= { managementDomainEntry 5 }
managementDomainLastChange OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time at which the Configuration Revision Number was
(last) increased to its current value, as indicated in the
most recently received VTP advertisement for this management
domain when managementDomainVersionInUse is not version3(4)
or in the most recently received VTP VLAN database
advertisement for this management domain when
managementDomainVersionInUse is version3(4).
The value 0x0000010100000000 indicates that the device which
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
vtpDatabaseTable OBJECT-TYPE
SYNTAX SEQUENCE OF VtpDatabaseEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information of the VTP
databases. It is not instantiated when
managementDomainVersionInUse is version1(1),
version2(3) or none(3)."
::= { vtpDatabase 1 }
vtpDatabaseEntry OBJECT-TYPE
SYNTAX VtpDatabaseEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about the status of the VTP database
in the domain. Each VTP database type known to the
local device type has an entry in this table.
An entry is also created for unknown database which is
notified through VTP advertisements from other VTP
servers."
INDEX {
managementDomainIndex,
vtpDatabaseIndex
}
::= { vtpDatabaseTable 1 }
VtpDatabaseEntry ::= SEQUENCE {
vtpDatabaseIndex Unsigned32,
vtpDatabaseName SnmpAdminString,
vtpDatabaseLocalMode INTEGER,
vtpDatabaseRevNumber Gauge32,
vtpDatabasePrimaryServer TruthValue,
vtpDatabasePrimaryServerId SnmpAdminString,
vtpDatabaseTakeOverPrimary TruthValue,
vtpDatabaseTakeOverPassword SnmpAdminString
}
vtpDatabaseIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A value assigned by the system which uniquely identifies
a VTP database in the local system."
::= { vtpDatabaseEntry 1 }
vtpDatabaseName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the database."
::= { vtpDatabaseEntry 2 }
vtpDatabaseLocalMode OBJECT-TYPE
SYNTAX INTEGER {
client(1),
server(2),
transparent(3),
off(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The local VTP mode for a particular database type
in this administrative domain.
- 'client' indicates that the local system is acting
as a VTP client of the database type.
- 'server' indicates that the local system is acting
as a VTP server of the database type.
- 'transparent' indicates that the local system does
not generate or listen to VTP messages of this
database type, but forwards
messages. This mode can also be set by the device
itself when the size of database is too large for it
to hold in DRAM.
- 'off' indicates that the local system does not
generate, listen to or forward any VTP messages
of this database type.
The default mode is 'client' for the database type
known to the local device and 'transparent' for the
unknown database type."
::= { vtpDatabaseEntry 3 }
vtpDatabaseRevNumber OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current configuration revision number as known by the
local device for this VTP 3 database type in the management
domain. This value is updated (if necessary) whenever a
VTP advertisement for the database type is received
or generated. When the database type is unknown to the
local device or no VTP advertisement for the database
type is received or generated, its value is 0."
::= { vtpDatabaseEntry 4 }
vtpDatabasePrimaryServer OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"There are two kinds of VTP version 3 servers for a certain
database type - the primary server and the secondary server.
When a local device is configured as a server for a certain
database type, it becomes secondary server by default.
Primary server is an operational role under which a
server can initiate or change the VTP configuration of the
database type.
A true(1) value indicates that the local device is the
primary server of the database type in the management
domain. A false(2) value indicates that the local device
is not the primary server, or the database type is unknown
to the local device."
::= { vtpDatabaseEntry 5 }
vtpDatabasePrimaryServerId OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unique identifier of the primary server in the
management domain for the database type.
If no primary server is discovered for the database
type, the object has a value of zero length string."
::= { vtpDatabaseEntry 6 }
vtpDatabaseTakeOverPrimary OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"There are two kinds of VTP version 3 servers for a certain
database type - the primary server and the secondary server.
When a local device is configured as a server for a certain
database type, it becomes secondary server by default.
Primary server is an operational role under which a
server can initiate or change the VTP configuration of the
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
DESCRIPTION
"This group must be implemented by VTP Servers.
VTP Clients need not implement these objects, and
must not allow VLANs to be created, modified, or
destroyed using these objects."
GROUP vtp4kVlanGroupRev1
DESCRIPTION
"This group must be implemented by the VTP Servers
which support the range of VlanIndex between 1024
and 4095."
GROUP vtpDot1qTunnelGroup
DESCRIPTION
"This group is mandatory for all the ports which
implement dot1qtunnel feature."
GROUP vtpVlanIfIndexGroup
DESCRIPTION
"This group is an optional group containing
objects providing information about the mapping
of VLAN ID to its corresponding IfIndex."
GROUP vtpVlanInfoEditGroup2
DESCRIPTION
"This group is mandatory for devices which only support
one VLAN editing for each 'apply' operation."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3). Write access for transparent(3)
is not required."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortDot1qTunnel
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only for interface which doesn't
support dot1q tunnel feature."
::= { vtpMIBCompliances 7 }
vtpMIBCompliance8 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroup,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
DESCRIPTION
"This group must be implemented by VTP Servers.
VTP Clients need not implement these objects, and
must not allow VLANs to be created, modified, or
destroyed using these objects."
GROUP vtp4kVlanGroupRev1
DESCRIPTION
"This group must be implemented by the VTP Servers
which support the range of VlanIndex between 1024
and 4095."
GROUP vtpDot1qTunnelGroup2
DESCRIPTION
"This group is mandatory for all the ports which
implement dot1qtunnel feature."
GROUP vtpVlanIfIndexGroup
DESCRIPTION
"This group is an optional group containing
objects providing information about the mapping
of VLAN ID to its corresponding IfIndex."
GROUP vtpVlanInfoEditGroup2
DESCRIPTION
"This group is mandatory for devices which only support
one VLAN editing for each 'apply' operation."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3). Write access for transparent(3)
is not required."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { vtpMIBCompliances 8 }
vtpMIBCompliance9 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroup,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
}
GROUP vtpVlanInfoEditGroup
DESCRIPTION
"This group must be implemented by VTP Servers.
VTP Clients need not implement these objects, and
must not allow VLANs to be created, modified, or
destroyed using these objects."
GROUP vtp4kVlanGroupRev1
DESCRIPTION
"This group must be implemented by the VTP Servers
which support the range of VlanIndex between 1024
and 4095."
GROUP vtpVlanIfIndexGroup
DESCRIPTION
"This group is an optional group containing
objects providing information about the mapping
of VLAN ID to its corresponding IfIndex."
GROUP vtpVlanInfoEditGroup2
DESCRIPTION
"This group is mandatory for devices which only support
one VLAN editing for each 'apply' operation."
GROUP vtpVlanNotifEnabledGroup
DESCRIPTION
"This group is mandatory for devices which support the
notifications/traps in vtpConfigNotificationsGroup3."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3). Write access for transparent(3)
is not required."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { vtpMIBCompliances 9 }
vtpMIBCompliance10 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroup,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
}
GROUP vtpVlanInfoEditGroup
DESCRIPTION
"This group must be implemented by VTP Servers.
VTP Clients need not implement these objects, and
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
objects providing information about the mapping
of VLAN ID to its corresponding IfIndex."
GROUP vtpVlanInfoEditGroup2
DESCRIPTION
"This group is mandatory for devices which only support
one VLAN editing for each 'apply' operation."
GROUP vtpVlanNotifEnabledGroup
DESCRIPTION
"This group is mandatory for devices which support the
notifications/traps in vtpConfigNotificationsGroup3."
GROUP vtpDiscoverGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP discovery."
GROUP vtpDatabaseGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP distribution of different database types."
GROUP vtpAuthGroup
DESCRIPTION
"This group is mandatory for devices which support
asymmetric keys authentication mechanism for VTP."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { vtpMIBCompliances 10 }
vtpMIBCompliance11 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroupRev1,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
}
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
objects providing information about the mapping
of VLAN ID to its corresponding IfIndex."
GROUP vtpVlanInfoEditGroup2
DESCRIPTION
"This group is mandatory for devices which only support
one VLAN editing for each 'apply' operation."
GROUP vtpVlanNotifEnabledGroup
DESCRIPTION
"This group is mandatory for devices which support the
notifications/traps in vtpConfigNotificationsGroup3."
GROUP vtpDiscoverGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP discovery."
GROUP vtpDatabaseGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP distribution of different database types."
GROUP vtpAuthGroup
DESCRIPTION
"This group is mandatory for devices which support
asymmetric keys authentication mechanism for VTP."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { vtpMIBCompliances 11 }
vtpMIBCompliance12 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroupRev1,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
}
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
DESCRIPTION
"This group is mandatory for devices which only support
one VLAN editing for each 'apply' operation."
GROUP vtpVlanNotifEnabledGroup
DESCRIPTION
"This group is mandatory for devices which support the
notifications/traps in vtpConfigNotificationsGroup3."
GROUP vtpDiscoverGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP discovery."
GROUP vtpDatabaseGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP distribution of different database types."
GROUP vtpAuthGroup
DESCRIPTION
"This group is mandatory for devices which support
asymmetric keys authentication mechanism for VTP."
GROUP vtpInternalVlanGrp
DESCRIPTION
"Implementation of this group is optional."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { vtpMIBCompliances 12 }
vtpMIBCompliance13 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroupRev1,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
}
share/mib/CISCO-VTP-MIB.my view on Meta::CPAN
GROUP vtpDatabaseGroup
DESCRIPTION
"This group is mandatory for devices which support the
VTP distribution of different database types."
GROUP vtpAuthGroup
DESCRIPTION
"This group is mandatory for devices which support
asymmetric keys authentication mechanism for VTP."
GROUP vtpInternalVlanGrp
DESCRIPTION
"Implementation of this group is optional."
GROUP vlanStatsGroup
DESCRIPTION
"This group is mandatory for agents capable of
providing VLAN statistics information."
GROUP vtpConfigNotificationsGroup6
DESCRIPTION
"Implementation of this group is optional."
GROUP vtpConfigNotificationsGroup7
DESCRIPTION
"Implementation of this group is optional."
OBJECT managementDomainRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT vlanTrunkPortRowStatus
SYNTAX INTEGER {
active(1)
}
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required, and only one
of the six enumerated values for the
RowStatus textual convention need be
supported, specifically: active(1)."
OBJECT managementDomainName
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainLocalMode
SYNTAX INTEGER {
client(1),
server(2),
transparent(3)
}
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpServer
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainTftpPathname
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT managementDomainVersionInUse
MIN-ACCESS read-only
DESCRIPTION
"This object is read-only if vtpVersion
is none(3)."
OBJECT vlanTrunkPortManagementDomain
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortEncapsulationType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vlanTrunkPortNativeVlan
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT vtpVlanEditTypeExt2
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { vtpMIBCompliances 13 }
vtpMIBCompliance14 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
vtpBasicGroup,
vtpVlanInfoGroup,
vtpConfigNotificationsGroupRev1,
vtpStatsGroup,
vtpTrunkPortGroup,
vtpVersion2BasicGroup,
vtpNotificationObjectsGroup
}
( run in 1.403 second using v1.01-cache-2.11-cpan-5b529ec07f3 )