All MIBs › CISCO-VTP-MIB › vtpDatabaseLocalMode
vtpDatabaseLocalMode
Module: CISCO-VTP-MIB
OID (symbolic): CISCO-VTP-MIB::vtpDatabaseLocalMode
OID (numeric): 1.3.6.1.4.1.9.9.46.1.8.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
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.
What is vtpDatabaseLocalMode?
This object specifies the local VTP (VLAN Trunking Protocol) operational mode for a specific database type in a network management domain, such as the VLAN database. The mode can be set to client, server, transparent, or off, which determines how the device participates in VTP: a client receives VLAN updates from servers, a server distributes VLAN information, transparent forwards messages without listening, and off disables VTP entirely. Network administrators use this to control how a switch participates in VLAN propagation across the network.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.46.1.8.1.1.3 snmpwalk -v2c -c public <target> CISCO-VTP-MIB::vtpDatabaseLocalMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.46.1.8.1.1.3.1 snmpget -v2c -c public <target> CISCO-VTP-MIB::vtpDatabaseLocalMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.46.1.8.1.1.3.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.46 | ciscoVtpMIB | CISCO-VTP-MIB |
| 1.3.6.1.4.1.9.9.46.1 | vtpMIBObjects | CISCO-VTP-MIB |
| 1.3.6.1.4.1.9.9.46.1.8 | vtpDatabase | CISCO-VTP-MIB |
| 1.3.6.1.4.1.9.9.46.1.8.1 | vtpDatabaseTable | CISCO-VTP-MIB |
| 1.3.6.1.4.1.9.9.46.1.8.1.1 | vtpDatabaseEntry | CISCO-VTP-MIB |
| 1.3.6.1.4.1.9.9.46.1.8.1.1.3 | vtpDatabaseLocalMode | CISCO-VTP-MIB |