| 1 | LLDP-EXT-MED-MIB DEFINITIONS ::= BEGIN |
|---|
| 2 | IMPORTS |
|---|
| 3 | MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, Unsigned32, |
|---|
| 4 | NOTIFICATION-TYPE |
|---|
| 5 | FROM SNMPv2-SMI |
|---|
| 6 | TEXTUAL-CONVENTION, TruthValue |
|---|
| 7 | FROM SNMPv2-TC |
|---|
| 8 | MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP |
|---|
| 9 | FROM SNMPv2-CONF |
|---|
| 10 | lldpExtensions, lldpLocPortNum, |
|---|
| 11 | lldpRemTimeMark, lldpRemLocalPortNum, lldpRemIndex, |
|---|
| 12 | lldpPortConfigEntry, lldpRemChassisIdSubtype, lldpRemChassisId |
|---|
| 13 | FROM LLDP-MIB |
|---|
| 14 | Dscp |
|---|
| 15 | FROM DIFFSERV-DSCP-TC |
|---|
| 16 | SnmpAdminString |
|---|
| 17 | FROM SNMP-FRAMEWORK-MIB; |
|---|
| 18 | lldpXMedMIB MODULE-IDENTITY |
|---|
| 19 | LAST-UPDATED "200507280000Z" -- July 28th, 2005 |
|---|
| 20 | ORGANIZATION "TIA TR41.4 Working Group" |
|---|
| 21 | CONTACT-INFO |
|---|
| 22 | " WG-URL: http://www.tiaonline.org/standards/sfg/scope.cfm#TR-41.4 |
|---|
| 23 | WG-EMail: tr41@tiacomm.org |
|---|
| 24 | Contact: Chair, TIA TR-41 |
|---|
| 25 | Postal: Telecommunications Industry Association |
|---|
| 26 | 2500 Wilson Blvd., Suite 300 |
|---|
| 27 | Arlington, VA 22201 USA |
|---|
| 28 | Tel: (703) 907-7700 |
|---|
| 29 | E-mail: tr41@tiacomm.org" |
|---|
| 30 | DESCRIPTION |
|---|
| 31 | "The LLDP Management Information Base extension module for |
|---|
| 32 | TIA-TR41.4 Media Endpoint Discovery information. |
|---|
| 33 | In order to assure the uniqueness of the LLDP-MIB, |
|---|
| 34 | lldpXMedMIB is branched from lldpExtensions using the TIA OUI |
|---|
| 35 | value as the node. An OUI/'company_id' is a 24 bit globally |
|---|
| 36 | unique assigned number referenced by various standards. |
|---|
| 37 | Copyright (C) TIA (2005). This version of this MIB module |
|---|
| 38 | is published as Section 13.3 of ANSI/TIA-1057. |
|---|
| 39 | See the standard itself for full legal notices." |
|---|
| 40 | REVISION "200507280000Z" -- July 28th, 2005 |
|---|
| 41 | DESCRIPTION |
|---|
| 42 | "Published as part of ANSI/TIA-1057." |
|---|
| 43 | -- OUI for TIA TR-41 is 4795 (00-12-BB) |
|---|
| 44 | ::= { lldpExtensions 4795 } |
|---|
| 45 | ------------------------------------------------------------------------------ |
|---|
| 46 | ------------------------------------------------------------------------------ |
|---|
| 47 | -- |
|---|
| 48 | -- LLDP-MED Information |
|---|
| 49 | -- |
|---|
| 50 | ------------------------------------------------------------------------------ |
|---|
| 51 | ------------------------------------------------------------------------------ |
|---|
| 52 | lldpXMedNotifications OBJECT IDENTIFIER ::= { lldpXMedMIB 0 } |
|---|
| 53 | lldpXMedObjects OBJECT IDENTIFIER ::= { lldpXMedMIB 1 } |
|---|
| 54 | -- LLDP MED Extension Notifications |
|---|
| 55 | -- Transmission of LLDP MED Extension Notification is controlled by the |
|---|
| 56 | -- lldpNotificationInterval object in the LLDP MIB defined in |
|---|
| 57 | -- IEEE 802.1AB-2005 |
|---|
| 58 | lldpXMedTopologyChangeDetected NOTIFICATION-TYPE |
|---|
| 59 | OBJECTS { lldpRemChassisIdSubtype, |
|---|
| 60 | lldpRemChassisId, |
|---|
| 61 | lldpXMedRemDeviceClass |
|---|
| 62 | } |
|---|
| 63 | STATUS current |
|---|
| 64 | DESCRIPTION |
|---|
| 65 | "A notification generated by the local device sensing |
|---|
| 66 | a change in the topology that indicates that a new remote |
|---|
| 67 | device attached to a local port, or a remote device disconnected |
|---|
| 68 | or moved from one port to another." |
|---|
| 69 | ::= { lldpXMedNotifications 1 } |
|---|
| 70 | -- LLDP MED extension MIB groups |
|---|
| 71 | lldpXMedConfig OBJECT IDENTIFIER ::= { lldpXMedObjects 1 } |
|---|
| 72 | lldpXMedLocalData OBJECT IDENTIFIER ::= { lldpXMedObjects 2 } |
|---|
| 73 | lldpXMedRemoteData OBJECT IDENTIFIER ::= { lldpXMedObjects 3 } |
|---|
| 74 | -- textual conventions |
|---|
| 75 | LldpXMedDeviceClass ::= TEXTUAL-CONVENTION |
|---|
| 76 | STATUS current |
|---|
| 77 | DESCRIPTION |
|---|
| 78 | "Device Class to which the device is a member. |
|---|
| 79 | A value of notDefined(0) indicates that the device |
|---|
| 80 | has capabilities not covered by any of the LLDP-MED classes. |
|---|
| 81 | A value of endpointClass1(1) indicates that the device |
|---|
| 82 | has endpoint class 1 capabilities. |
|---|
| 83 | A value of endpointClass2(2) indicates that the device |
|---|
| 84 | has endpoint class 2 capabilities. |
|---|
| 85 | A value of endpointClass3(3) indicates that the device |
|---|
| 86 | has endpoint class 3 capabilities. |
|---|
| 87 | A value of networkConnectivity(4) indicates that the device |
|---|
| 88 | has network connectivity device capabilities. |
|---|
| 89 | " |
|---|
| 90 | SYNTAX INTEGER { |
|---|
| 91 | notDefined(0), |
|---|
| 92 | endpointClass1(1), |
|---|
| 93 | endpointClass2(2), |
|---|
| 94 | endpointClass3(3), |
|---|
| 95 | networkConnectivity(4) |
|---|
| 96 | } |
|---|
| 97 | -- LLDP-MED Capabilities TC |
|---|
| 98 | LldpXMedCapabilities ::= TEXTUAL-CONVENTION |
|---|
| 99 | STATUS current |
|---|
| 100 | DESCRIPTION |
|---|
| 101 | "Bitmap that includes the MED organizationally defined set of LLDP |
|---|
| 102 | TLVs the device is capable of and whose transmission is allowed on |
|---|
| 103 | the local LLDP agent by network management. |
|---|
| 104 | Each bit in the bitmap corresponds to an LLDP-MED subtype associated |
|---|
| 105 | with a specific TIA TR41.4 MED TLV. |
|---|
| 106 | Having the bit 'capabilities(0)' set indicates that the LLDP |
|---|
| 107 | agent refers to the Capabilities TLVs. |
|---|
| 108 | Having the bit 'networkPolicy(1)' set indicates that the LLDP |
|---|
| 109 | agent refers to the Network Policy TLVs. |
|---|
| 110 | Having the bit 'location(2)' set indicates that |
|---|
| 111 | the LLDP agent refers to the Emergency Communications |
|---|
| 112 | System Location TLVs. |
|---|
| 113 | Having the bit 'extendedPSE(3)' set indicates that |
|---|
| 114 | the LLDP agent refers to the Extended PoE TLVs with PSE |
|---|
| 115 | capabilities. |
|---|
| 116 | Having the bit 'extendedPD(4)' set indicates that |
|---|
| 117 | the LLDP agent refers to the Extended PoE TLVs with PD |
|---|
| 118 | capabilities. |
|---|
| 119 | Having the bit 'inventory(5)' set indicates that |
|---|
| 120 | the LLDP agent refers to the Hardware Revision, Firmware |
|---|
| 121 | Revision, Software Revision, Serial Number, Manufacturer Name, |
|---|
| 122 | Model Name, and Asset ID TLVs." |
|---|
| 123 | SYNTAX BITS { |
|---|
| 124 | capabilities(0), |
|---|
| 125 | networkPolicy(1), |
|---|
| 126 | location(2), |
|---|
| 127 | extendedPSE(3), |
|---|
| 128 | extendedPD(4), |
|---|
| 129 | inventory(5) |
|---|
| 130 | } |
|---|
| 131 | -- Location Subtype Textual Convention |
|---|
| 132 | LocationSubtype ::= TEXTUAL-CONVENTION |
|---|
| 133 | STATUS current |
|---|
| 134 | DESCRIPTION |
|---|
| 135 | "The location subtype advertised by the remote endpoint. |
|---|
| 136 | A value coordinateBased(2) indicates that the location subtype |
|---|
| 137 | advertised by the endpoint is defined to use the relevant subfields |
|---|
| 138 | of the DHCP option for Coordinate LCI as specified in |
|---|
| 139 | ANSI/TIA-1057, Section 10.2.4.3.1. |
|---|
| 140 | A value civicAddress(3) indicates that the location subtype |
|---|
| 141 | advertised by the endpoint is defined to use the relevant subfields |
|---|
| 142 | of the DHCP option for Civic Address as specified in |
|---|
| 143 | ANSI/TIA-1057, Section 10.2.4.3.2. |
|---|
| 144 | A value elin(4) indicates that the location subtype |
|---|
| 145 | advertised by the endpoint is defined to use the Emergency |
|---|
| 146 | Location Information Number (ELIN) as specified in |
|---|
| 147 | ANSI/TIA-1057, Section 10.2.4.3.3." |
|---|
| 148 | SYNTAX INTEGER { |
|---|
| 149 | unknown(1), |
|---|
| 150 | coordinateBased(2), |
|---|
| 151 | civicAddress(3), |
|---|
| 152 | elin(4) |
|---|
| 153 | } |
|---|
| 154 | -- Policy Application Type Textual Convention |
|---|
| 155 | PolicyAppType ::= TEXTUAL-CONVENTION |
|---|
| 156 | STATUS current |
|---|
| 157 | DESCRIPTION |
|---|
| 158 | "The media type that defines the primary function of the |
|---|
| 159 | application for the policy advertised by an endpoint. |
|---|
| 160 | Having the bit voice(1) set indicates that the media type defining |
|---|
| 161 | a primary function of the application for the policy advertised on |
|---|
| 162 | the local port is voice. |
|---|
| 163 | Having the bit voiceSignaling(3) set indicates that the media type |
|---|
| 164 | defining a primary function of the application for the policy |
|---|
| 165 | advertised on the local port is voice signaling. |
|---|
| 166 | Having the bit guestVoice(4) set indicates that the media type |
|---|
| 167 | Defining a primary function of the application for the policy |
|---|
| 168 | advertised on the local port is guest voice. |
|---|
| 169 | Having the bit guestVoiceSignaling(5) set indicates that the media |
|---|
| 170 | type defining a primary function of the application for the policy |
|---|
| 171 | advertised on the local port is guest voice signaling. |
|---|
| 172 | Having the bit softPhoneVoice(6) set indicates that the media type |
|---|
| 173 | Defining a primary function of the application for the policy |
|---|
| 174 | advertised on the local port is softphone voice. |
|---|
| 175 | Having the bit videoConferencing(7) set indicates that the media |
|---|
| 176 | type defining a primary function of the application for the policy |
|---|
| 177 | advertised on the local port is voice. |
|---|
| 178 | Having the bit streamingVideo(8) set indicates that the media type |
|---|
| 179 | defining a primary function of the application for the policy |
|---|
| 180 | advertised on the local port is streaming video. |
|---|
| 181 | Having the bit videoSignaling(2) set indicates that the media type |
|---|
| 182 | defining a primary function of the application for the policy |
|---|
| 183 | advertised on the local port is video signaling." |
|---|
| 184 | SYNTAX BITS { |
|---|
| 185 | unknown(0), |
|---|
| 186 | voice(1), |
|---|
| 187 | voiceSignaling(2), |
|---|
| 188 | guestVoice(3), |
|---|
| 189 | guestVoiceSignaling(4), |
|---|
| 190 | softPhoneVoice(5), |
|---|
| 191 | videoconferencing(6), |
|---|
| 192 | streamingVideo(7), |
|---|
| 193 | videoSignaling(8) |
|---|
| 194 | } |
|---|
| 195 | ------------------------------------------------------------------------------ |
|---|
| 196 | -- MED - Configuration |
|---|
| 197 | ------------------------------------------------------------------------------ |
|---|
| 198 | lldpXMedLocDeviceClass OBJECT-TYPE |
|---|
| 199 | SYNTAX LldpXMedDeviceClass |
|---|
| 200 | MAX-ACCESS read-only |
|---|
| 201 | STATUS current |
|---|
| 202 | DESCRIPTION |
|---|
| 203 | "Local Device Class." |
|---|
| 204 | REFERENCE |
|---|
| 205 | " ANSI/TIA-1057, Section 10.2.2.2" |
|---|
| 206 | ::= { lldpXMedConfig 1 } |
|---|
| 207 | lldpXMedPortConfigTable OBJECT-TYPE |
|---|
| 208 | SYNTAX SEQUENCE OF LldpXMedPortConfigEntry |
|---|
| 209 | MAX-ACCESS not-accessible |
|---|
| 210 | STATUS current |
|---|
| 211 | DESCRIPTION |
|---|
| 212 | "A table that controls selection of LLDP TLVs to be transmitted |
|---|
| 213 | on individual ports." |
|---|
| 214 | ::= { lldpXMedConfig 2 } |
|---|
| 215 | lldpXMedPortConfigEntry OBJECT-TYPE |
|---|
| 216 | SYNTAX LldpXMedPortConfigEntry |
|---|
| 217 | MAX-ACCESS not-accessible |
|---|
| 218 | STATUS current |
|---|
| 219 | DESCRIPTION |
|---|
| 220 | "LLDP configuration information that controls the |
|---|
| 221 | transmission of the MED organizationally defined TLVs on |
|---|
| 222 | LLDP transmission capable ports. |
|---|
| 223 | This configuration object augments the lldpPortConfigEntry of |
|---|
| 224 | the LLDP-MIB, therefore it is only present along with the port |
|---|
| 225 | configuration defined by the associated lldpPortConfigEntry |
|---|
| 226 | entry. |
|---|
| 227 | Each active lldpXMedPortConfigEntry must be stored and |
|---|
| 228 | retrieved from non-volatile storage (along with the |
|---|
| 229 | corresponding lldpPortConfigEntry) after a re-initialization |
|---|
| 230 | of the management system." |
|---|
| 231 | AUGMENTS { lldpPortConfigEntry } |
|---|
| 232 | ::= { lldpXMedPortConfigTable 1 } |
|---|
| 233 | LldpXMedPortConfigEntry ::= SEQUENCE { |
|---|
| 234 | lldpXMedPortCapSupported LldpXMedCapabilities, |
|---|
| 235 | lldpXMedPortConfigTLVsTxEnable LldpXMedCapabilities, |
|---|
| 236 | lldpXMedPortConfigNotifEnable TruthValue |
|---|
| 237 | } |
|---|
| 238 | lldpXMedPortCapSupported OBJECT-TYPE |
|---|
| 239 | SYNTAX LldpXMedCapabilities |
|---|
| 240 | MAX-ACCESS read-only |
|---|
| 241 | STATUS current |
|---|
| 242 | DESCRIPTION |
|---|
| 243 | "The bitmap includes the MED organizationally defined set of LLDP |
|---|
| 244 | TLVs whose transmission is possible for the respective port |
|---|
| 245 | on the LLDP agent of the device. Each bit in the bitmap corresponds |
|---|
| 246 | to an LLDP-MED subtype associated with a specific TIA TR41.4 MED |
|---|
| 247 | optional TLV. If the bit is set, the agent supports the |
|---|
| 248 | corresponding TLV." |
|---|
| 249 | REFERENCE |
|---|
| 250 | "ANSI/TIA-1057, Section 10.2.2.3" |
|---|
| 251 | ::= { lldpXMedPortConfigEntry 1 } |
|---|
| 252 | lldpXMedPortConfigTLVsTxEnable OBJECT-TYPE |
|---|
| 253 | SYNTAX LldpXMedCapabilities |
|---|
| 254 | MAX-ACCESS read-write |
|---|
| 255 | STATUS current |
|---|
| 256 | DESCRIPTION |
|---|
| 257 | "The lldpXMedPortConfigTLVsTxEnable, defined as a bitmap, |
|---|
| 258 | includes the MED organizationally defined set of LLDP |
|---|
| 259 | TLVs whose transmission is allowed on the local LLDP agent by |
|---|
| 260 | the network management. Each bit in the bitmap corresponds |
|---|
| 261 | to an LLDP-MED subtype associated with a specific TIA TR41.4 MED |
|---|
| 262 | optional TLV. If the bit is set, the agent will send the |
|---|
| 263 | corresponding TLV if the respective capability is supported per |
|---|
| 264 | port. |
|---|
| 265 | Setting a bit with in this object for a non-supported capability |
|---|
| 266 | shall have no functional effect and will result in an inconsistent |
|---|
| 267 | value error returned to the management application. |
|---|
| 268 | There are other rules and restrictions that prevent arbitrary |
|---|
| 269 | combinations of TLVs to be enabled on LLDP-MED devices according to |
|---|
| 270 | the device classes. These rules are defined in Section 10.2.1, |
|---|
| 271 | Tables 5 - 9 of ANSI/TIA-1057. In case a management application |
|---|
| 272 | attempts to set this object to a value that does not follow the rules, |
|---|
| 273 | the set operation shall have and will result in an inconsistent |
|---|
| 274 | value error returned to the management application. |
|---|
| 275 | Setting this object to an empty set is valid and effectively |
|---|
| 276 | disables LLDP-MED on a per-port basis by disabling transmission of |
|---|
| 277 | all MED organizational TLVs. In this case the remote tables objects |
|---|
| 278 | in the LLDP-MED MIB corresponding to the respective port will not |
|---|
| 279 | be populated. |
|---|
| 280 | The default value for lldpXMedPortConfigTLVsTxEnable object |
|---|
| 281 | is an empty set, which means no enumerated values are set. |
|---|
| 282 | The value of this object must be restored from non-volatile |
|---|
| 283 | storage after a re-initialization of the management system." |
|---|
| 284 | REFERENCE |
|---|
| 285 | "ANSI/TIA-1057, Section 10.2.2.3" |
|---|
| 286 | DEFVAL { { } } |
|---|
| 287 | ::= { lldpXMedPortConfigEntry 2 } |
|---|
| 288 | lldpXMedPortConfigNotifEnable OBJECT-TYPE |
|---|
| 289 | SYNTAX TruthValue |
|---|
| 290 | MAX-ACCESS read-write |
|---|
| 291 | STATUS current |
|---|
| 292 | DESCRIPTION |
|---|
| 293 | "A value of 'true(1)' enables sending the topology change |
|---|
| 294 | traps on this port. |
|---|
| 295 | A value of 'false(2)' disables sending the topology change |
|---|
| 296 | traps on this port." |
|---|
| 297 | REFERENCE |
|---|
| 298 | " ANSI/TIA-1057, Section 12.3" |
|---|
| 299 | DEFVAL { false } |
|---|
| 300 | ::= { lldpXMedPortConfigEntry 3 } |
|---|
| 301 | lldpXMedFastStartRepeatCount OBJECT-TYPE |
|---|
| 302 | SYNTAX Unsigned32 (1..10) |
|---|
| 303 | MAX-ACCESS read-write |
|---|
| 304 | STATUS current |
|---|
| 305 | DESCRIPTION |
|---|
| 306 | "The number of times the fast start LLDPDU are being sent during the |
|---|
| 307 | activation of the fast start mechanism defined by LLDP-MED." |
|---|
| 308 | REFERENCE |
|---|
| 309 | " ANSI/TIA-1057, Section 11.2.1" |
|---|
| 310 | DEFVAL { 3 } |
|---|
| 311 | ::= { lldpXMedConfig 3 } |
|---|
| 312 | ------------------------------------------------------------------------------ |
|---|
| 313 | -- LLDP-MED - Local Device Information |
|---|
| 314 | ------------------------------------------------------------------------------ |
|---|
| 315 | --- |
|---|
| 316 | --- lldpXMedLocMediaPolicyTable: Local Media Policy |
|---|
| 317 | --- Information Table |
|---|
| 318 | --- |
|---|
| 319 | --- |
|---|
| 320 | lldpXMedLocMediaPolicyTable OBJECT-TYPE |
|---|
| 321 | SYNTAX SEQUENCE OF LldpXMedLocMediaPolicyEntry |
|---|
| 322 | MAX-ACCESS not-accessible |
|---|
| 323 | STATUS current |
|---|
| 324 | DESCRIPTION |
|---|
| 325 | "This table contains one row per policy type per port |
|---|
| 326 | of media policy information (as a part of the MED |
|---|
| 327 | organizational extension) on the local system known |
|---|
| 328 | to this agent." |
|---|
| 329 | ::= { lldpXMedLocalData 1 } |
|---|
| 330 | lldpXMedLocMediaPolicyEntry OBJECT-TYPE |
|---|
| 331 | SYNTAX LldpXMedLocMediaPolicyEntry |
|---|
| 332 | MAX-ACCESS not-accessible |
|---|
| 333 | STATUS current |
|---|
| 334 | DESCRIPTION |
|---|
| 335 | "Information about a particular policy on a specific |
|---|
| 336 | port component." |
|---|
| 337 | INDEX { lldpLocPortNum, lldpXMedLocMediaPolicyAppType } |
|---|
| 338 | ::= { lldpXMedLocMediaPolicyTable 1 } |
|---|
| 339 | LldpXMedLocMediaPolicyEntry ::= SEQUENCE { |
|---|
| 340 | lldpXMedLocMediaPolicyAppType PolicyAppType, |
|---|
| 341 | lldpXMedLocMediaPolicyVlanID Integer32, |
|---|
| 342 | lldpXMedLocMediaPolicyPriority Integer32, |
|---|
| 343 | lldpXMedLocMediaPolicyDscp Dscp, |
|---|
| 344 | lldpXMedLocMediaPolicyUnknown TruthValue, |
|---|
| 345 | lldpXMedLocMediaPolicyTagged TruthValue |
|---|
| 346 | } |
|---|
| 347 | lldpXMedLocMediaPolicyAppType OBJECT-TYPE |
|---|
| 348 | SYNTAX PolicyAppType |
|---|
| 349 | MAX-ACCESS not-accessible |
|---|
| 350 | STATUS current |
|---|
| 351 | DESCRIPTION |
|---|
| 352 | "The media type that defines the primary function of the |
|---|
| 353 | application for the policy advertised by an endpoint." |
|---|
| 354 | REFERENCE |
|---|
| 355 | "ANSI/TIA-1057, Section 10.2.3.1" |
|---|
| 356 | ::= { lldpXMedLocMediaPolicyEntry 1 } |
|---|
| 357 | lldpXMedLocMediaPolicyVlanID OBJECT-TYPE |
|---|
| 358 | SYNTAX Integer32 (0|1..4094|4095) |
|---|
| 359 | MAX-ACCESS read-only |
|---|
| 360 | STATUS current |
|---|
| 361 | DESCRIPTION |
|---|
| 362 | "An extension of the VLAN Identifier for the port, |
|---|
| 363 | as defined in IEEE 802.1P-1998. |
|---|
| 364 | A value of 1 through 4094 is used to define a valid PVID. |
|---|
| 365 | A value of 0 shall be used if the device is using priority tagged |
|---|
| 366 | frames, meaning that only the 802.1p priority level is significant |
|---|
| 367 | and the default VID of the ingress port is being used instead. |
|---|
| 368 | A value of 4095 is reserved for implementation use." |
|---|
| 369 | REFERENCE |
|---|
| 370 | " ANSI/TIA-1057, Section 10.2.3.5" |
|---|
| 371 | ::= { lldpXMedLocMediaPolicyEntry 2 } |
|---|
| 372 | lldpXMedLocMediaPolicyPriority OBJECT-TYPE |
|---|
| 373 | SYNTAX Integer32 (0..7) |
|---|
| 374 | MAX-ACCESS read-only |
|---|
| 375 | STATUS current |
|---|
| 376 | DESCRIPTION |
|---|
| 377 | "This object contains the value of the 802.1p priority |
|---|
| 378 | which is associated with the given port on the |
|---|
| 379 | local system." |
|---|
| 380 | REFERENCE |
|---|
| 381 | " ANSI/TIA-1057, Section 10.2.3.6 " |
|---|
| 382 | ::= { lldpXMedLocMediaPolicyEntry 3 } |
|---|
| 383 | lldpXMedLocMediaPolicyDscp OBJECT-TYPE |
|---|
| 384 | SYNTAX Dscp |
|---|
| 385 | MAX-ACCESS read-only |
|---|
| 386 | STATUS current |
|---|
| 387 | DESCRIPTION |
|---|
| 388 | "This object contains the value of the Differentiated Service |
|---|
| 389 | Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475 |
|---|
| 390 | which is associated with the given port on the local system." |
|---|
| 391 | REFERENCE |
|---|
| 392 | " ANSI/TIA-1057, Section 10.2.3.7" |
|---|
| 393 | ::= { lldpXMedLocMediaPolicyEntry 4 } |
|---|
| 394 | lldpXMedLocMediaPolicyUnknown OBJECT-TYPE |
|---|
| 395 | SYNTAX TruthValue |
|---|
| 396 | MAX-ACCESS read-only |
|---|
| 397 | STATUS current |
|---|
| 398 | DESCRIPTION |
|---|
| 399 | "A value of 'true' indicates that the |
|---|
| 400 | network policy for the specified application type is |
|---|
| 401 | currently unknown. In this case, the VLAN ID, the |
|---|
| 402 | layer 2 priority and the DSCP value fields are ignored. |
|---|
| 403 | A value of 'false' indicates that this network policy |
|---|
| 404 | is defined " |
|---|
| 405 | REFERENCE |
|---|
| 406 | " ANSI/TIA-1057, Section 10.2.3.2" |
|---|
| 407 | ::= { lldpXMedLocMediaPolicyEntry 5 } |
|---|
| 408 | lldpXMedLocMediaPolicyTagged OBJECT-TYPE |
|---|
| 409 | SYNTAX TruthValue |
|---|
| 410 | MAX-ACCESS read-only |
|---|
| 411 | STATUS current |
|---|
| 412 | DESCRIPTION |
|---|
| 413 | "A value of 'true' indicates that the application is using a |
|---|
| 414 | tagged VLAN. |
|---|
| 415 | A value of 'false' indicates that for the specific application |
|---|
| 416 | the device either is using an untagged VLAN or does not |
|---|
| 417 | support port based VLAN operation. In this case, both the |
|---|
| 418 | VLAN ID and the Layer 2 priority fields are ignored and |
|---|
| 419 | only the DSCP value has relevance " |
|---|
| 420 | REFERENCE |
|---|
| 421 | " ANSI/TIA-1057, Section 10.2.3.3" |
|---|
| 422 | ::= { lldpXMedLocMediaPolicyEntry 6 } |
|---|
| 423 | --- Inventory Information |
|---|
| 424 | --- Local Inventory Information transmitted by an endpoint |
|---|
| 425 | lldpXMedLocHardwareRev OBJECT-TYPE |
|---|
| 426 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 427 | MAX-ACCESS read-only |
|---|
| 428 | STATUS current |
|---|
| 429 | DESCRIPTION |
|---|
| 430 | "The vendor-specific hardware revision string |
|---|
| 431 | as advertised by the endpoint." |
|---|
| 432 | REFERENCE |
|---|
| 433 | " ANSI/TIA-1057, Section 10.2.6.1" |
|---|
| 434 | ::= { lldpXMedLocalData 2 } |
|---|
| 435 | lldpXMedLocFirmwareRev OBJECT-TYPE |
|---|
| 436 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 437 | MAX-ACCESS read-only |
|---|
| 438 | STATUS current |
|---|
| 439 | DESCRIPTION |
|---|
| 440 | "The vendor-specific firmware revision string |
|---|
| 441 | as advertised by the endpoint." |
|---|
| 442 | REFERENCE |
|---|
| 443 | " ANSI/TIA-1057, Section 10.2.6.2" |
|---|
| 444 | ::= { lldpXMedLocalData 3 } |
|---|
| 445 | lldpXMedLocSoftwareRev OBJECT-TYPE |
|---|
| 446 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 447 | MAX-ACCESS read-only |
|---|
| 448 | STATUS current |
|---|
| 449 | DESCRIPTION |
|---|
| 450 | "The vendor-specific software revision string |
|---|
| 451 | as advertised by the endpoint." |
|---|
| 452 | REFERENCE |
|---|
| 453 | " ANSI/TIA-1057, Section 10.2.6.3" |
|---|
| 454 | ::= { lldpXMedLocalData 4 } |
|---|
| 455 | lldpXMedLocSerialNum OBJECT-TYPE |
|---|
| 456 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 457 | MAX-ACCESS read-only |
|---|
| 458 | STATUS current |
|---|
| 459 | DESCRIPTION |
|---|
| 460 | "The vendor-specific serial number |
|---|
| 461 | as advertised by the endpoint." |
|---|
| 462 | REFERENCE |
|---|
| 463 | " ANSI/TIA-1057, Section 10.2.6.4" |
|---|
| 464 | ::= { lldpXMedLocalData 5 } |
|---|
| 465 | lldpXMedLocMfgName OBJECT-TYPE |
|---|
| 466 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 467 | MAX-ACCESS read-only |
|---|
| 468 | STATUS current |
|---|
| 469 | DESCRIPTION |
|---|
| 470 | "The vendor-specific manufacturer name |
|---|
| 471 | as advertised by the endpoint." |
|---|
| 472 | REFERENCE |
|---|
| 473 | " ANSI/TIA-1057, Section 10.2.6.5" |
|---|
| 474 | ::= { lldpXMedLocalData 6 } |
|---|
| 475 | lldpXMedLocModelName OBJECT-TYPE |
|---|
| 476 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 477 | MAX-ACCESS read-only |
|---|
| 478 | STATUS current |
|---|
| 479 | DESCRIPTION |
|---|
| 480 | "The vendor-specific model name |
|---|
| 481 | as advertised by the endpoint." |
|---|
| 482 | REFERENCE |
|---|
| 483 | " ANSI/TIA-1057, Section 10.2.6.6" |
|---|
| 484 | ::= { lldpXMedLocalData 7 } |
|---|
| 485 | lldpXMedLocAssetID OBJECT-TYPE |
|---|
| 486 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 487 | MAX-ACCESS read-only |
|---|
| 488 | STATUS current |
|---|
| 489 | DESCRIPTION |
|---|
| 490 | "The vendor-specific asset tracking identifier |
|---|
| 491 | as advertised by the endpoint." |
|---|
| 492 | REFERENCE |
|---|
| 493 | " ANSI/TIA-1057, Section 10.2.6.7" |
|---|
| 494 | ::= { lldpXMedLocalData 8 } |
|---|
| 495 | --- Location Information |
|---|
| 496 | --- Local Location Information transmitted by an endpoint |
|---|
| 497 | --- lldpXMedLocLocationTable - Location Information |
|---|
| 498 | --- |
|---|
| 499 | lldpXMedLocLocationTable OBJECT-TYPE |
|---|
| 500 | SYNTAX SEQUENCE OF LldpXMedLocLocationEntry |
|---|
| 501 | MAX-ACCESS not-accessible |
|---|
| 502 | STATUS current |
|---|
| 503 | DESCRIPTION |
|---|
| 504 | "This table contains Location information as advertised |
|---|
| 505 | by the local system. |
|---|
| 506 | The information may be configured per port by a Location |
|---|
| 507 | Information Server (LIS) or other management application. |
|---|
| 508 | Multiple Location TLVs of different subtypes may be transmitted |
|---|
| 509 | in the same PDU. |
|---|
| 510 | The information in this table MUST be stored in non-volatile-memory |
|---|
| 511 | and persist over restart/reboot sequences." |
|---|
| 512 | ::= { lldpXMedLocalData 9 } |
|---|
| 513 | lldpXMedLocLocationEntry OBJECT-TYPE |
|---|
| 514 | SYNTAX LldpXMedLocLocationEntry |
|---|
| 515 | MAX-ACCESS not-accessible |
|---|
| 516 | STATUS current |
|---|
| 517 | DESCRIPTION |
|---|
| 518 | "Information about Location information for the local device." |
|---|
| 519 | INDEX { lldpLocPortNum, lldpXMedLocLocationSubtype} |
|---|
| 520 | ::= { lldpXMedLocLocationTable 1 } |
|---|
| 521 | LldpXMedLocLocationEntry ::= SEQUENCE { |
|---|
| 522 | lldpXMedLocLocationSubtype LocationSubtype, |
|---|
| 523 | lldpXMedLocLocationInfo OCTET STRING |
|---|
| 524 | } |
|---|
| 525 | lldpXMedLocLocationSubtype OBJECT-TYPE |
|---|
| 526 | SYNTAX LocationSubtype |
|---|
| 527 | MAX-ACCESS not-accessible |
|---|
| 528 | STATUS current |
|---|
| 529 | DESCRIPTION |
|---|
| 530 | "The location subtype advertised by the local device." |
|---|
| 531 | REFERENCE |
|---|
| 532 | "ANSI/TIA-1057, Section 10.2.4.2" |
|---|
| 533 | ::= { lldpXMedLocLocationEntry 1 } |
|---|
| 534 | lldpXMedLocLocationInfo OBJECT-TYPE |
|---|
| 535 | SYNTAX OCTET STRING (SIZE (0..256)) |
|---|
| 536 | MAX-ACCESS read-write |
|---|
| 537 | STATUS current |
|---|
| 538 | DESCRIPTION |
|---|
| 539 | "The location information. Parsing of this information is |
|---|
| 540 | dependent upon the location subtype, as defined by the value of the |
|---|
| 541 | lldpXMedLocLocationSubtype object. " |
|---|
| 542 | REFERENCE |
|---|
| 543 | "ANSI/TIA-1057, Section 10.2.4.3" |
|---|
| 544 | DEFVAL { "" } |
|---|
| 545 | ::= { lldpXMedLocLocationEntry 2 } |
|---|
| 546 | --- Extended Power over Ethernet objects |
|---|
| 547 | --- |
|---|
| 548 | lldpXMedLocXPoEDeviceType OBJECT-TYPE |
|---|
| 549 | SYNTAX INTEGER { |
|---|
| 550 | unknown(1), |
|---|
| 551 | pseDevice(2), |
|---|
| 552 | pdDevice(3), |
|---|
| 553 | none(4) |
|---|
| 554 | } |
|---|
| 555 | MAX-ACCESS read-only |
|---|
| 556 | STATUS current |
|---|
| 557 | DESCRIPTION |
|---|
| 558 | "Defines the type of Power-via-MDI (Power over Ethernet) advertised |
|---|
| 559 | by the local device. |
|---|
| 560 | A value pseDevice(2) indicates that the device is advertised as a |
|---|
| 561 | Power Sourcing Entity (PSE). |
|---|
| 562 | A value pdDevice(3) indicates that the device is advertised as a |
|---|
| 563 | Powered Device (PD). |
|---|
| 564 | A value of none(4) indicates that the device does not support PoE." |
|---|
| 565 | REFERENCE |
|---|
| 566 | "ANSI/TIA-1057, Section 10.2.5.1" |
|---|
| 567 | ::= { lldpXMedLocalData 10 } |
|---|
| 568 | --- Extended PoE - PSE objects |
|---|
| 569 | --- PSE Port Table |
|---|
| 570 | lldpXMedLocXPoEPSEPortTable OBJECT-TYPE |
|---|
| 571 | SYNTAX SEQUENCE OF LldpXMedLocXPoEPSEPortEntry |
|---|
| 572 | MAX-ACCESS not-accessible |
|---|
| 573 | STATUS current |
|---|
| 574 | DESCRIPTION |
|---|
| 575 | "This table contains one row per port of PSE PoE |
|---|
| 576 | information on the local system known to this agent." |
|---|
| 577 | ::= { lldpXMedLocalData 11 } |
|---|
| 578 | lldpXMedLocXPoEPSEPortEntry OBJECT-TYPE |
|---|
| 579 | SYNTAX LldpXMedLocXPoEPSEPortEntry |
|---|
| 580 | MAX-ACCESS not-accessible |
|---|
| 581 | STATUS current |
|---|
| 582 | DESCRIPTION |
|---|
| 583 | "Information about a particular port PoE information." |
|---|
| 584 | INDEX { lldpLocPortNum } |
|---|
| 585 | ::= { lldpXMedLocXPoEPSEPortTable 1 } |
|---|
| 586 | LldpXMedLocXPoEPSEPortEntry ::= SEQUENCE { |
|---|
| 587 | lldpXMedLocXPoEPSEPortPowerAv Gauge32, |
|---|
| 588 | lldpXMedLocXPoEPSEPortPDPriority INTEGER |
|---|
| 589 | } |
|---|
| 590 | lldpXMedLocXPoEPSEPortPowerAv OBJECT-TYPE |
|---|
| 591 | SYNTAX Gauge32 (0..1023) |
|---|
| 592 | UNITS "tenth of watt" |
|---|
| 593 | MAX-ACCESS read-only |
|---|
| 594 | STATUS current |
|---|
| 595 | DESCRIPTION |
|---|
| 596 | "This object contains the value of the power available from the |
|---|
| 597 | PSE via this port expressed in units of 0.1 watts." |
|---|
| 598 | REFERENCE |
|---|
| 599 | " ANSI/TIA-1057, Section 10.2.5.4 " |
|---|
| 600 | ::= { lldpXMedLocXPoEPSEPortEntry 1 } |
|---|
| 601 | lldpXMedLocXPoEPSEPortPDPriority OBJECT-TYPE |
|---|
| 602 | SYNTAX INTEGER { |
|---|
| 603 | unknown(1), |
|---|
| 604 | critical(2), |
|---|
| 605 | high(3), |
|---|
| 606 | low(4) |
|---|
| 607 | } |
|---|
| 608 | MAX-ACCESS read-only |
|---|
| 609 | STATUS current |
|---|
| 610 | DESCRIPTION |
|---|
| 611 | "Reflects the PD power priority that is being advertised on this |
|---|
| 612 | PSE port. |
|---|
| 613 | If both locally configure priority and |
|---|
| 614 | ldpXMedRemXPoEPDPowerPriority are available on this port, it is |
|---|
| 615 | a matter of local policy which one takes precedence. This object |
|---|
| 616 | reflects the active value on this port. |
|---|
| 617 | If the priority is not configured or known by the PD, the value |
|---|
| 618 | unknown(1) will be returned. |
|---|
| 619 | A value critical(2) indicates that the device advertises its power |
|---|
| 620 | Priority as critical, as per RFC 3621. |
|---|
| 621 | A value high(3) indicates that the device advertises its power |
|---|
| 622 | Priority as high, as per RFC 3621. |
|---|
| 623 | A value low(4) indicates that the device advertises its power |
|---|
| 624 | Priority as low, as per RFC 3621." |
|---|
| 625 | REFERENCE |
|---|
| 626 | "ANSI/TIA-1057, Section 10.2.5.3" |
|---|
| 627 | ::= { lldpXMedLocXPoEPSEPortEntry 2 } |
|---|
| 628 | lldpXMedLocXPoEPSEPowerSource OBJECT-TYPE |
|---|
| 629 | SYNTAX INTEGER { |
|---|
| 630 | unknown(1), |
|---|
| 631 | primary(2), |
|---|
| 632 | backup(3) |
|---|
| 633 | } |
|---|
| 634 | MAX-ACCESS read-only |
|---|
| 635 | STATUS current |
|---|
| 636 | DESCRIPTION |
|---|
| 637 | "Defines the type of PSE Power Source advertised |
|---|
| 638 | by the local device. |
|---|
| 639 | A value primary(2) indicates that the device advertises its power |
|---|
| 640 | source as primary. |
|---|
| 641 | A value backup(3) indicates that the device advertises its power |
|---|
| 642 | Source as backup." |
|---|
| 643 | REFERENCE |
|---|
| 644 | "ANSI/TIA-1057, Section 10.2.5.2" |
|---|
| 645 | ::= { lldpXMedLocalData 12 } |
|---|
| 646 | --- Extended PoE - PD objects |
|---|
| 647 | lldpXMedLocXPoEPDPowerReq OBJECT-TYPE |
|---|
| 648 | SYNTAX Gauge32 (0..1023) |
|---|
| 649 | UNITS "tenth of watt" |
|---|
| 650 | MAX-ACCESS read-only |
|---|
| 651 | STATUS current |
|---|
| 652 | DESCRIPTION |
|---|
| 653 | "This object contains the value of the power required by a |
|---|
| 654 | PD expressed in units of 0.1 watts." |
|---|
| 655 | REFERENCE |
|---|
| 656 | " ANSI/TIA-1057, Section 10.2.4.3 " |
|---|
| 657 | ::= { lldpXMedLocalData 13 } |
|---|
| 658 | lldpXMedLocXPoEPDPowerSource OBJECT-TYPE |
|---|
| 659 | SYNTAX INTEGER { |
|---|
| 660 | unknown(1), |
|---|
| 661 | fromPSE(2), |
|---|
| 662 | local(3), |
|---|
| 663 | localAndPSE(4) |
|---|
| 664 | } |
|---|
| 665 | MAX-ACCESS read-only |
|---|
| 666 | STATUS current |
|---|
| 667 | DESCRIPTION |
|---|
| 668 | "Defines the type of Power Source advertised as being used |
|---|
| 669 | by the local device. |
|---|
| 670 | A value fromPSE(2) indicates that the device advertises its power |
|---|
| 671 | source as received from a PSE. |
|---|
| 672 | A value local(3) indicates that the device advertises its power |
|---|
| 673 | source as local. |
|---|
| 674 | A value localAndPSE(4) indicates that the device advertises its |
|---|
| 675 | power source as using both local and PSE power." |
|---|
| 676 | REFERENCE |
|---|
| 677 | "ANSI/TIA-1057, Section 10.2.5.2" |
|---|
| 678 | ::= { lldpXMedLocalData 14 } |
|---|
| 679 | lldpXMedLocXPoEPDPowerPriority OBJECT-TYPE |
|---|
| 680 | SYNTAX INTEGER { |
|---|
| 681 | unknown(1), |
|---|
| 682 | critical(2), |
|---|
| 683 | high(3), |
|---|
| 684 | low(4) |
|---|
| 685 | } |
|---|
| 686 | MAX-ACCESS read-only |
|---|
| 687 | |
|---|
| 688 | STATUS current |
|---|
| 689 | DESCRIPTION |
|---|
| 690 | "Defines the priority advertised as being required by this PD. |
|---|
| 691 | A value critical(2) indicates that the device advertises its power |
|---|
| 692 | Priority as critical, as per RFC 3621. |
|---|
| 693 | A value high(3) indicates that the device advertises its power |
|---|
| 694 | Priority as high, as per RFC 3621. |
|---|
| 695 | A value low(4) indicates that the device advertises its power |
|---|
| 696 | Priority as low, as per RFC 3621." |
|---|
| 697 | REFERENCE |
|---|
| 698 | "ANSI/TIA-1057, Section 10.2.5.3" |
|---|
| 699 | ::= { lldpXMedLocalData 15 } |
|---|
| 700 | ------------------------------------------------------------------------------ |
|---|
| 701 | -- LLDP-MED - Remote Devices Information |
|---|
| 702 | ------------------------------------------------------------------------------ |
|---|
| 703 | -- LLdpXMedRemCapabilitiesTable |
|---|
| 704 | -- this table is read by a manager to determine what capabilities |
|---|
| 705 | -- exists and are enabled on the remote system connected to the port |
|---|
| 706 | -- The information in this table is based upon the information advertised |
|---|
| 707 | -- by the remote device and received on each port in the capabilities TLV |
|---|
| 708 | lldpXMedRemCapabilitiesTable OBJECT-TYPE |
|---|
| 709 | SYNTAX SEQUENCE OF LldpXMedRemCapabilitiesEntry |
|---|
| 710 | MAX-ACCESS not-accessible |
|---|
| 711 | STATUS current |
|---|
| 712 | DESCRIPTION |
|---|
| 713 | "A table that displays LLDP-MED capabilities of remote devices |
|---|
| 714 | connected to individual ports." |
|---|
| 715 | ::= { lldpXMedRemoteData 1 } |
|---|
| 716 | lldpXMedRemCapabilitiesEntry OBJECT-TYPE |
|---|
| 717 | SYNTAX LldpXMedRemCapabilitiesEntry |
|---|
| 718 | MAX-ACCESS not-accessible |
|---|
| 719 | STATUS current |
|---|
| 720 | DESCRIPTION |
|---|
| 721 | "LLDP-MED capabilities of remote devices connected to the device |
|---|
| 722 | ports and communicating via LLDP-MED. |
|---|
| 723 | The remote tables in the LLDP-MED MIB excepting this table may be |
|---|
| 724 | sparsely populate. An entry in one of these table is meaningful |
|---|
| 725 | and shall be populated by the agent only if the corresponding bits |
|---|
| 726 | for the respective function are set in the objects in this table. " |
|---|
| 727 | INDEX { lldpRemTimeMark, |
|---|
| 728 | lldpRemLocalPortNum, |
|---|
| 729 | lldpRemIndex } |
|---|
| 730 | ::= { lldpXMedRemCapabilitiesTable 1 } |
|---|
| 731 | |
|---|
| 732 | LldpXMedRemCapabilitiesEntry ::= SEQUENCE { |
|---|
| 733 | lldpXMedRemCapSupported LldpXMedCapabilities, |
|---|
| 734 | lldpXMedRemCapCurrent LldpXMedCapabilities, |
|---|
| 735 | lldpXMedRemDeviceClass LldpXMedDeviceClass |
|---|
| 736 | } |
|---|
| 737 | lldpXMedRemCapSupported OBJECT-TYPE |
|---|
| 738 | SYNTAX LldpXMedCapabilities |
|---|
| 739 | MAX-ACCESS read-only |
|---|
| 740 | STATUS current |
|---|
| 741 | DESCRIPTION |
|---|
| 742 | "The bitmap includes the MED organizationally defined set of LLDP |
|---|
| 743 | TLVs whose transmission is possible on the LLDP agent of the remote |
|---|
| 744 | device connected to this port. Each bit in the bitmap corresponds |
|---|
| 745 | to an LLDP-MED subtype associated with a specific TIA TR41.4 MED |
|---|
| 746 | optional TLV. If the bit is set, the agent has the capability |
|---|
| 747 | to support the corresponding TLV." |
|---|
| 748 | REFERENCE |
|---|
| 749 | "ANSI/TIA-1057, Sections 10.2.2.1" |
|---|
| 750 | ::= { lldpXMedRemCapabilitiesEntry 1 } |
|---|
| 751 | lldpXMedRemCapCurrent OBJECT-TYPE |
|---|
| 752 | SYNTAX LldpXMedCapabilities |
|---|
| 753 | MAX-ACCESS read-only |
|---|
| 754 | STATUS current |
|---|
| 755 | DESCRIPTION |
|---|
| 756 | "The bitmap includes the MED organizationally defined set of LLDP |
|---|
| 757 | TLVs whose transmission is possible on the LLDP agent of the remote |
|---|
| 758 | device connected to this port. Each bit in the bitmap corresponds |
|---|
| 759 | to an LLDP-MED subtype associated with a specific TIA TR41.4 MED |
|---|
| 760 | optional TLV. If the bit is set, the agent currently supports the |
|---|
| 761 | corresponding TLV." |
|---|
| 762 | REFERENCE |
|---|
| 763 | "ANSI/TIA-1057, Sections 10.2.2.1" |
|---|
| 764 | ::= { lldpXMedRemCapabilitiesEntry 2 } |
|---|
| 765 | lldpXMedRemDeviceClass OBJECT-TYPE |
|---|
| 766 | SYNTAX LldpXMedDeviceClass |
|---|
| 767 | MAX-ACCESS read-only |
|---|
| 768 | STATUS current |
|---|
| 769 | DESCRIPTION |
|---|
| 770 | "Device Class as advertised by the device remotely connected to the |
|---|
| 771 | port." |
|---|
| 772 | REFERENCE |
|---|
| 773 | " ANSI/TIA-1057, Section 10.2.2.2" |
|---|
| 774 | ::= { lldpXMedRemCapabilitiesEntry 3 } |
|---|
| 775 | --- |
|---|
| 776 | --- |
|---|
| 777 | --- lldpXMedRemMediaPolicyTable: Media Policy Table |
|---|
| 778 | --- |
|---|
| 779 | --- |
|---|
| 780 | lldpXMedRemMediaPolicyTable OBJECT-TYPE |
|---|
| 781 | SYNTAX SEQUENCE OF LldpXMedRemMediaPolicyEntry |
|---|
| 782 | |
|---|
| 783 | MAX-ACCESS not-accessible |
|---|
| 784 | STATUS current |
|---|
| 785 | DESCRIPTION |
|---|
| 786 | "This table contains media policy information as advertised |
|---|
| 787 | by the remote system. |
|---|
| 788 | This table may be sparsely populated. Entries in this table are |
|---|
| 789 | relevant only if the networkPolicy(0) bits in the |
|---|
| 790 | lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the |
|---|
| 791 | corresponding ports are set." |
|---|
| 792 | ::= { lldpXMedRemoteData 2 } |
|---|
| 793 | lldpXMedRemMediaPolicyEntry OBJECT-TYPE |
|---|
| 794 | SYNTAX LldpXMedRemMediaPolicyEntry |
|---|
| 795 | MAX-ACCESS not-accessible |
|---|
| 796 | STATUS current |
|---|
| 797 | DESCRIPTION |
|---|
| 798 | "Information about the per port per policy type policy |
|---|
| 799 | information for a particular physical network connection." |
|---|
| 800 | INDEX { lldpRemTimeMark, |
|---|
| 801 | lldpRemLocalPortNum, |
|---|
| 802 | lldpRemIndex, |
|---|
| 803 | lldpXMedRemMediaPolicyAppType } |
|---|
| 804 | ::= { lldpXMedRemMediaPolicyTable 1 } |
|---|
| 805 | LldpXMedRemMediaPolicyEntry ::= SEQUENCE { |
|---|
| 806 | lldpXMedRemMediaPolicyAppType PolicyAppType, |
|---|
| 807 | lldpXMedRemMediaPolicyVlanID Integer32, |
|---|
| 808 | lldpXMedRemMediaPolicyPriority Integer32, |
|---|
| 809 | lldpXMedRemMediaPolicyDscp Dscp, |
|---|
| 810 | lldpXMedRemMediaPolicyUnknown TruthValue, |
|---|
| 811 | lldpXMedRemMediaPolicyTagged TruthValue |
|---|
| 812 | } |
|---|
| 813 | lldpXMedRemMediaPolicyAppType OBJECT-TYPE |
|---|
| 814 | SYNTAX PolicyAppType |
|---|
| 815 | MAX-ACCESS not-accessible |
|---|
| 816 | STATUS current |
|---|
| 817 | DESCRIPTION |
|---|
| 818 | "The media type that defines the primary function of the |
|---|
| 819 | application for the policy advertised by the endpoint connected |
|---|
| 820 | remotely to this port." |
|---|
| 821 | REFERENCE |
|---|
| 822 | "ANSI/TIA-1057, Section 10.2.3.1" |
|---|
| 823 | ::= { lldpXMedRemMediaPolicyEntry 1 } |
|---|
| 824 | lldpXMedRemMediaPolicyVlanID OBJECT-TYPE |
|---|
| 825 | SYNTAX Integer32 (0|1..4094|4095) |
|---|
| 826 | MAX-ACCESS read-only |
|---|
| 827 | STATUS current |
|---|
| 828 | DESCRIPTION |
|---|
| 829 | "An extension of the VLAN Identifier for the remote system |
|---|
| 830 | connected to this port, as defined in IEEE 802.1P-1998. |
|---|
| 831 | A value of 1 through 4094 is used to define a valid PVID. |
|---|
| 832 | |
|---|
| 833 | A value of 0 shall be used if the device is using priority tagged |
|---|
| 834 | frames, meaning that only the 802.1p priority level is significant |
|---|
| 835 | and the default VID of the ingress port is being used instead. |
|---|
| 836 | A value of 4095 is reserved for implementation use." |
|---|
| 837 | REFERENCE |
|---|
| 838 | " ANSI/TIA-1057, Section 10.2.3.5" |
|---|
| 839 | ::= { lldpXMedRemMediaPolicyEntry 2 } |
|---|
| 840 | lldpXMedRemMediaPolicyPriority OBJECT-TYPE |
|---|
| 841 | SYNTAX Integer32 (0..7) |
|---|
| 842 | MAX-ACCESS read-only |
|---|
| 843 | STATUS current |
|---|
| 844 | DESCRIPTION |
|---|
| 845 | "This object contains the value of the 802.1p priority |
|---|
| 846 | which is associated with the remote system connected at |
|---|
| 847 | given port." |
|---|
| 848 | REFERENCE |
|---|
| 849 | " ANSI/TIA-1057, Section 10.2.3.6" |
|---|
| 850 | ::= { lldpXMedRemMediaPolicyEntry 3 } |
|---|
| 851 | lldpXMedRemMediaPolicyDscp OBJECT-TYPE |
|---|
| 852 | SYNTAX Dscp |
|---|
| 853 | MAX-ACCESS read-only |
|---|
| 854 | STATUS current |
|---|
| 855 | DESCRIPTION |
|---|
| 856 | "This object contains the value of the Differentiated Service |
|---|
| 857 | Code Point (DSCP) as defined in IETF RFC 2474 and RFC 2475 |
|---|
| 858 | which is associated with remote system connected at the port." |
|---|
| 859 | REFERENCE |
|---|
| 860 | " ANSI/TIA-1057, Section 10.2.3.7" |
|---|
| 861 | ::= { lldpXMedRemMediaPolicyEntry 4 } |
|---|
| 862 | lldpXMedRemMediaPolicyUnknown OBJECT-TYPE |
|---|
| 863 | SYNTAX TruthValue |
|---|
| 864 | MAX-ACCESS read-only |
|---|
| 865 | STATUS current |
|---|
| 866 | DESCRIPTION |
|---|
| 867 | "A value of 'true' indicates that the |
|---|
| 868 | network policy for the specified application type is |
|---|
| 869 | currently unknown. In this case, the VLAN ID, the |
|---|
| 870 | layer 2 priority and the DSCP value fields are ignored. |
|---|
| 871 | A value of 'false' indicates that this network policy |
|---|
| 872 | is defined." |
|---|
| 873 | REFERENCE |
|---|
| 874 | " ANSI/TIA-1057, Section 10.2.3.2" |
|---|
| 875 | ::= { lldpXMedRemMediaPolicyEntry 5 } |
|---|
| 876 | lldpXMedRemMediaPolicyTagged OBJECT-TYPE |
|---|
| 877 | SYNTAX TruthValue |
|---|
| 878 | MAX-ACCESS read-only |
|---|
| 879 | STATUS current |
|---|
| 880 | DESCRIPTION |
|---|
| 881 | "A value of 'true' indicates that the application is using a |
|---|
| 882 | tagged VLAN. |
|---|
| 883 | A value of 'false' indicates that for the specific application |
|---|
| 884 | the device either is using an untagged VLAN or does not |
|---|
| 885 | support port based VLAN operation. In this case, both the |
|---|
| 886 | VLAN ID and the Layer 2 priority fields are ignored and |
|---|
| 887 | only the DSCP value has relevance " |
|---|
| 888 | REFERENCE |
|---|
| 889 | " ANSI/TIA-1057, Section 10.2.3.3" |
|---|
| 890 | ::= { lldpXMedRemMediaPolicyEntry 6 } |
|---|
| 891 | --- lldpXMedRemInventoryTable - Remote Inventory Information |
|---|
| 892 | --- |
|---|
| 893 | lldpXMedRemInventoryTable OBJECT-TYPE |
|---|
| 894 | SYNTAX SEQUENCE OF LldpXMedRemInventoryEntry |
|---|
| 895 | MAX-ACCESS not-accessible |
|---|
| 896 | STATUS current |
|---|
| 897 | DESCRIPTION |
|---|
| 898 | "This table contains inventory information as advertised |
|---|
| 899 | by the remote system. |
|---|
| 900 | This table may be sparsely populated. Entries in this table are |
|---|
| 901 | relevant only if the inventory(2) bits in the |
|---|
| 902 | lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the |
|---|
| 903 | corresponding ports are set " |
|---|
| 904 | ::= { lldpXMedRemoteData 3 } |
|---|
| 905 | lldpXMedRemInventoryEntry OBJECT-TYPE |
|---|
| 906 | SYNTAX LldpXMedRemInventoryEntry |
|---|
| 907 | MAX-ACCESS not-accessible |
|---|
| 908 | STATUS current |
|---|
| 909 | DESCRIPTION |
|---|
| 910 | "Information about inventory information for the remote devices |
|---|
| 911 | connected to the ports." |
|---|
| 912 | INDEX { lldpRemTimeMark, |
|---|
| 913 | lldpRemLocalPortNum, |
|---|
| 914 | lldpRemIndex } |
|---|
| 915 | ::= { lldpXMedRemInventoryTable 1 } |
|---|
| 916 | LldpXMedRemInventoryEntry ::= SEQUENCE { |
|---|
| 917 | lldpXMedRemHardwareRev SnmpAdminString, |
|---|
| 918 | lldpXMedRemFirmwareRev SnmpAdminString, |
|---|
| 919 | lldpXMedRemSoftwareRev SnmpAdminString, |
|---|
| 920 | lldpXMedRemSerialNum SnmpAdminString, |
|---|
| 921 | lldpXMedRemMfgName SnmpAdminString, |
|---|
| 922 | lldpXMedRemModelName SnmpAdminString, |
|---|
| 923 | lldpXMedRemAssetID SnmpAdminString |
|---|
| 924 | } |
|---|
| 925 | lldpXMedRemHardwareRev OBJECT-TYPE |
|---|
| 926 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 927 | MAX-ACCESS read-only |
|---|
| 928 | STATUS current |
|---|
| 929 | DESCRIPTION |
|---|
| 930 | "The vendor-specific hardware revision string |
|---|
| 931 | as advertised by the remote endpoint." |
|---|
| 932 | REFERENCE |
|---|
| 933 | " ANSI/TIA-1057, Section 10.2.6.1" |
|---|
| 934 | ::= { lldpXMedRemInventoryEntry 1 } |
|---|
| 935 | lldpXMedRemFirmwareRev OBJECT-TYPE |
|---|
| 936 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 937 | MAX-ACCESS read-only |
|---|
| 938 | STATUS current |
|---|
| 939 | DESCRIPTION |
|---|
| 940 | "The vendor-specific firmware revision string |
|---|
| 941 | as advertised by the remote endpoint." |
|---|
| 942 | REFERENCE |
|---|
| 943 | " ANSI/TIA-1057, Section 10.2.6.2" |
|---|
| 944 | ::= { lldpXMedRemInventoryEntry 2 } |
|---|
| 945 | lldpXMedRemSoftwareRev OBJECT-TYPE |
|---|
| 946 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 947 | MAX-ACCESS read-only |
|---|
| 948 | STATUS current |
|---|
| 949 | DESCRIPTION |
|---|
| 950 | "The vendor-specific software revision string |
|---|
| 951 | as advertised by the remote endpoint." |
|---|
| 952 | REFERENCE |
|---|
| 953 | " ANSI/TIA-1057, Section 10.2.6.3" |
|---|
| 954 | ::= { lldpXMedRemInventoryEntry 3 } |
|---|
| 955 | lldpXMedRemSerialNum OBJECT-TYPE |
|---|
| 956 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 957 | MAX-ACCESS read-only |
|---|
| 958 | STATUS current |
|---|
| 959 | DESCRIPTION |
|---|
| 960 | "The vendor-specific serial number |
|---|
| 961 | as advertised by the remote endpoint." |
|---|
| 962 | REFERENCE |
|---|
| 963 | " ANSI/TIA-1057, Section 10.2.6.4" |
|---|
| 964 | ::= { lldpXMedRemInventoryEntry 4 } |
|---|
| 965 | lldpXMedRemMfgName OBJECT-TYPE |
|---|
| 966 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 967 | MAX-ACCESS read-only |
|---|
| 968 | STATUS current |
|---|
| 969 | DESCRIPTION |
|---|
| 970 | "The vendor-specific manufacturer name |
|---|
| 971 | as advertised by the remote endpoint." |
|---|
| 972 | REFERENCE |
|---|
| 973 | " ANSI/TIA-1057, Section 10.2.6.5" |
|---|
| 974 | ::= { lldpXMedRemInventoryEntry 5 } |
|---|
| 975 | lldpXMedRemModelName OBJECT-TYPE |
|---|
| 976 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 977 | MAX-ACCESS read-only |
|---|
| 978 | STATUS current |
|---|
| 979 | DESCRIPTION |
|---|
| 980 | "The vendor-specific model name |
|---|
| 981 | as advertised by the remote endpoint." |
|---|
| 982 | REFERENCE |
|---|
| 983 | " ANSI/TIA-1057, Section 10.2.6.6" |
|---|
| 984 | ::= { lldpXMedRemInventoryEntry 6 } |
|---|
| 985 | lldpXMedRemAssetID OBJECT-TYPE |
|---|
| 986 | SYNTAX SnmpAdminString (SIZE (0..32)) |
|---|
| 987 | MAX-ACCESS read-only |
|---|
| 988 | STATUS current |
|---|
| 989 | DESCRIPTION |
|---|
| 990 | "The vendor-specific asset tracking identifier |
|---|
| 991 | as advertised by the remote endpoint." |
|---|
| 992 | REFERENCE |
|---|
| 993 | " ANSI/TIA-1057, Section 10.2.6.7" |
|---|
| 994 | ::= { lldpXMedRemInventoryEntry 7 } |
|---|
| 995 | --- lldpXMedRemLocationTable - Remote Location Information |
|---|
| 996 | --- |
|---|
| 997 | lldpXMedRemLocationTable OBJECT-TYPE |
|---|
| 998 | SYNTAX SEQUENCE OF LldpXMedRemLocationEntry |
|---|
| 999 | MAX-ACCESS not-accessible |
|---|
| 1000 | STATUS current |
|---|
| 1001 | DESCRIPTION |
|---|
| 1002 | "This table contains Location information as advertised |
|---|
| 1003 | by the remote system. |
|---|
| 1004 | This table may be sparsely populated. Entries in this table are |
|---|
| 1005 | relevant only if the Location(3) bits in the |
|---|
| 1006 | lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the |
|---|
| 1007 | corresponding ports are set " |
|---|
| 1008 | ::= { lldpXMedRemoteData 4 } |
|---|
| 1009 | lldpXMedRemLocationEntry OBJECT-TYPE |
|---|
| 1010 | SYNTAX LldpXMedRemLocationEntry |
|---|
| 1011 | MAX-ACCESS not-accessible |
|---|
| 1012 | STATUS current |
|---|
| 1013 | DESCRIPTION |
|---|
| 1014 | "Information about Location information for the remote devices |
|---|
| 1015 | connected to the ports." |
|---|
| 1016 | INDEX { lldpRemTimeMark, |
|---|
| 1017 | lldpRemLocalPortNum, |
|---|
| 1018 | lldpRemIndex, |
|---|
| 1019 | lldpXMedRemLocationSubtype} |
|---|
| 1020 | ::= { lldpXMedRemLocationTable 1 } |
|---|
| 1021 | LldpXMedRemLocationEntry ::= SEQUENCE { |
|---|
| 1022 | lldpXMedRemLocationSubtype LocationSubtype, |
|---|
| 1023 | lldpXMedRemLocationInfo OCTET STRING |
|---|
| 1024 | } |
|---|
| 1025 | lldpXMedRemLocationSubtype OBJECT-TYPE |
|---|
| 1026 | SYNTAX LocationSubtype |
|---|
| 1027 | MAX-ACCESS not-accessible |
|---|
| 1028 | STATUS current |
|---|
| 1029 | DESCRIPTION |
|---|
| 1030 | "The location subtype advertised by the remote endpoint." |
|---|
| 1031 | REFERENCE |
|---|
| 1032 | "ANSI/TIA-1057, Section 10.2.4.2 " |
|---|
| 1033 | ::= { lldpXMedRemLocationEntry 1 } |
|---|
| 1034 | lldpXMedRemLocationInfo OBJECT-TYPE |
|---|
| 1035 | SYNTAX OCTET STRING (SIZE (0..256)) |
|---|
| 1036 | MAX-ACCESS read-only |
|---|
| 1037 | STATUS current |
|---|
| 1038 | DESCRIPTION |
|---|
| 1039 | "The location information advertised by the remote endpoint. |
|---|
| 1040 | Parsing of this information is dependent upon the location |
|---|
| 1041 | subtype, as defined by the value of the corresponding |
|---|
| 1042 | lldpXMedRemLocationSubType object. " |
|---|
| 1043 | REFERENCE |
|---|
| 1044 | "ANSI/TIA-1057, Section 10.2.4.3 " |
|---|
| 1045 | ::= { lldpXMedRemLocationEntry 2 } |
|---|
| 1046 | --- lldpXMedRemXPoETable - Information about Remote PoE Device Type |
|---|
| 1047 | --- |
|---|
| 1048 | lldpXMedRemXPoETable OBJECT-TYPE |
|---|
| 1049 | SYNTAX SEQUENCE OF LldpXMedRemXPoEEntry |
|---|
| 1050 | MAX-ACCESS not-accessible |
|---|
| 1051 | STATUS current |
|---|
| 1052 | DESCRIPTION |
|---|
| 1053 | "This table contains information about the PoE device type |
|---|
| 1054 | as advertised by the remote system. |
|---|
| 1055 | This table is densely populated." |
|---|
| 1056 | ::= { lldpXMedRemoteData 5 } |
|---|
| 1057 | lldpXMedRemXPoEEntry OBJECT-TYPE |
|---|
| 1058 | SYNTAX LldpXMedRemXPoEEntry |
|---|
| 1059 | MAX-ACCESS not-accessible |
|---|
| 1060 | STATUS current |
|---|
| 1061 | DESCRIPTION |
|---|
| 1062 | "Information about PoE type of the remote devices |
|---|
| 1063 | connected to the ports." |
|---|
| 1064 | INDEX { lldpRemTimeMark, |
|---|
| 1065 | lldpRemLocalPortNum, |
|---|
| 1066 | lldpRemIndex } |
|---|
| 1067 | ::= { lldpXMedRemXPoETable 1 } |
|---|
| 1068 | LldpXMedRemXPoEEntry ::= SEQUENCE { |
|---|
| 1069 | lldpXMedRemXPoEDeviceType INTEGER |
|---|
| 1070 | } |
|---|
| 1071 | lldpXMedRemXPoEDeviceType OBJECT-TYPE |
|---|
| 1072 | SYNTAX INTEGER { |
|---|
| 1073 | unknown(1), |
|---|
| 1074 | pseDevice(2), |
|---|
| 1075 | pdDevice(3), |
|---|
| 1076 | none(4) |
|---|
| 1077 | } |
|---|
| 1078 | MAX-ACCESS read-only |
|---|
| 1079 | STATUS current |
|---|
| 1080 | DESCRIPTION |
|---|
| 1081 | "Defines the type of Power-via-MDI (Power over Ethernet) advertised |
|---|
| 1082 | by the remote device. |
|---|
| 1083 | A value pseDevice(2) indicates that the device is advertised as a |
|---|
| 1084 | Power Sourcing Entity (PSE). |
|---|
| 1085 | A value pdDevice(3) indicates that the device is advertised as a |
|---|
| 1086 | Powered Device (PD). |
|---|
| 1087 | A value none(4) indicates that the device does not support PoE." |
|---|
| 1088 | REFERENCE |
|---|
| 1089 | "ANSI/TIA-1057, Section 10.2.5.1" |
|---|
| 1090 | ::= { lldpXMedRemXPoEEntry 1 } |
|---|
| 1091 | --- lldpXMedRemXPoEPDTable - Extended PoE PSE Information from the remote device |
|---|
| 1092 | --- |
|---|
| 1093 | lldpXMedRemXPoEPSETable OBJECT-TYPE |
|---|
| 1094 | SYNTAX SEQUENCE OF LldpXMedRemXPoEPSEEntry |
|---|
| 1095 | MAX-ACCESS not-accessible |
|---|
| 1096 | STATUS current |
|---|
| 1097 | DESCRIPTION |
|---|
| 1098 | "This table contains extended PoE information as advertised |
|---|
| 1099 | by the remote devices of PSE type. |
|---|
| 1100 | This table may be sparsely populated. Entries in this table are |
|---|
| 1101 | relevant only if the extendedPSE(4) bits in the |
|---|
| 1102 | lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the |
|---|
| 1103 | corresponding ports are set " |
|---|
| 1104 | ::= { lldpXMedRemoteData 6 } |
|---|
| 1105 | lldpXMedRemXPoEPSEEntry OBJECT-TYPE |
|---|
| 1106 | SYNTAX LldpXMedRemXPoEPSEEntry |
|---|
| 1107 | MAX-ACCESS not-accessible |
|---|
| 1108 | STATUS current |
|---|
| 1109 | DESCRIPTION |
|---|
| 1110 | "Information about Extended PoE PSE information for |
|---|
| 1111 | the remote devices connected to the ports." |
|---|
| 1112 | INDEX { lldpRemTimeMark, |
|---|
| 1113 | lldpRemLocalPortNum, |
|---|
| 1114 | lldpRemIndex } |
|---|
| 1115 | ::= { lldpXMedRemXPoEPSETable 1 } |
|---|
| 1116 | LldpXMedRemXPoEPSEEntry ::= SEQUENCE { |
|---|
| 1117 | lldpXMedRemXPoEPSEPowerAv Gauge32, |
|---|
| 1118 | lldpXMedRemXPoEPSEPowerSource INTEGER, |
|---|
| 1119 | lldpXMedRemXPoEPSEPowerPriority INTEGER |
|---|
| 1120 | } |
|---|
| 1121 | lldpXMedRemXPoEPSEPowerAv OBJECT-TYPE |
|---|
| 1122 | SYNTAX Gauge32 (0..1023) |
|---|
| 1123 | UNITS "tenth of watt" |
|---|
| 1124 | MAX-ACCESS read-only |
|---|
| 1125 | STATUS current |
|---|
| 1126 | DESCRIPTION |
|---|
| 1127 | "This object contains the value of the power available from the |
|---|
| 1128 | PSE via this port expressed in units of 0.1 watts on the remote |
|---|
| 1129 | device." |
|---|
| 1130 | REFERENCE |
|---|
| 1131 | " ANSI/TIA-1057, Section 10.2.5.4" |
|---|
| 1132 | ::= { lldpXMedRemXPoEPSEEntry 1 } |
|---|
| 1133 | lldpXMedRemXPoEPSEPowerSource OBJECT-TYPE |
|---|
| 1134 | SYNTAX INTEGER { |
|---|
| 1135 | unknown(1), |
|---|
| 1136 | primary(2), |
|---|
| 1137 | backup(3) |
|---|
| 1138 | } |
|---|
| 1139 | MAX-ACCESS read-only |
|---|
| 1140 | STATUS current |
|---|
| 1141 | DESCRIPTION |
|---|
| 1142 | "Defines the type of PSE Power Source advertised |
|---|
| 1143 | by the remote device. |
|---|
| 1144 | A value primary(2) indicates that the device advertises its power |
|---|
| 1145 | source as primary. |
|---|
| 1146 | A value backup(3) indicates that the device advertises its power |
|---|
| 1147 | Source as backup." |
|---|
| 1148 | REFERENCE |
|---|
| 1149 | "ANSI/TIA-1057, Section 10.2.5.2" |
|---|
| 1150 | ::= { lldpXMedRemXPoEPSEEntry 2 } |
|---|
| 1151 | lldpXMedRemXPoEPSEPowerPriority OBJECT-TYPE |
|---|
| 1152 | SYNTAX INTEGER { |
|---|
| 1153 | unknown(1), |
|---|
| 1154 | critical(2), |
|---|
| 1155 | high(3), |
|---|
| 1156 | low(4) |
|---|
| 1157 | } |
|---|
| 1158 | MAX-ACCESS read-only |
|---|
| 1159 | STATUS current |
|---|
| 1160 | DESCRIPTION |
|---|
| 1161 | "This object contains the value of the PSE power priority |
|---|
| 1162 | advertised by the remote device. |
|---|
| 1163 | A value critical(2) indicates that the device advertises its power |
|---|
| 1164 | priority as critical, as per RFC 3621. |
|---|
| 1165 | A value high(3) indicates that the device advertises its power |
|---|
| 1166 | priority as high, as per RFC 3621. |
|---|
| 1167 | A value low(4) indicates that the device advertises its power |
|---|
| 1168 | priority as low, as per RFC 3621." |
|---|
| 1169 | REFERENCE |
|---|
| 1170 | "ANSI/TIA-1057, Section 10.2.5.3" |
|---|
| 1171 | ::= { lldpXMedRemXPoEPSEEntry 3 } |
|---|
| 1172 | --- lldpXMedRemXPoEPDTable - Extended PoE PD Information from the remote device |
|---|
| 1173 | --- |
|---|
| 1174 | lldpXMedRemXPoEPDTable OBJECT-TYPE |
|---|
| 1175 | SYNTAX SEQUENCE OF LldpXMedRemXPoEPDEntry |
|---|
| 1176 | MAX-ACCESS not-accessible |
|---|
| 1177 | STATUS current |
|---|
| 1178 | DESCRIPTION |
|---|
| 1179 | "This table contains extended PoE information as advertised |
|---|
| 1180 | by the remote devices of PD type. |
|---|
| 1181 | This table may be sparsely populated. Entries in this table are |
|---|
| 1182 | relevant only if the extendedPD(5) bits in the |
|---|
| 1183 | lldpXMedRemCapSupported and lldpXMedRemCapCurrent objects of the |
|---|
| 1184 | corresponding ports are set " |
|---|
| 1185 | ::= { lldpXMedRemoteData 7 } |
|---|
| 1186 | lldpXMedRemXPoEPDEntry OBJECT-TYPE |
|---|
| 1187 | SYNTAX LldpXMedRemXPoEPDEntry |
|---|
| 1188 | MAX-ACCESS not-accessible |
|---|
| 1189 | STATUS current |
|---|
| 1190 | DESCRIPTION |
|---|
| 1191 | "Information about XPoEPD information for the remote devices |
|---|
| 1192 | connected to the ports." |
|---|
| 1193 | INDEX { lldpRemTimeMark, |
|---|
| 1194 | lldpRemLocalPortNum, |
|---|
| 1195 | lldpRemIndex } |
|---|
| 1196 | ::= { lldpXMedRemXPoEPDTable 1 } |
|---|
| 1197 | LldpXMedRemXPoEPDEntry ::= SEQUENCE { |
|---|
| 1198 | lldpXMedRemXPoEPDPowerReq Gauge32, |
|---|
| 1199 | lldpXMedRemXPoEPDPowerSource INTEGER, |
|---|
| 1200 | lldpXMedRemXPoEPDPowerPriority INTEGER |
|---|
| 1201 | } |
|---|
| 1202 | lldpXMedRemXPoEPDPowerReq OBJECT-TYPE |
|---|
| 1203 | SYNTAX Gauge32 (0..1023) |
|---|
| 1204 | UNITS "tenth of watt" |
|---|
| 1205 | MAX-ACCESS read-only |
|---|
| 1206 | STATUS current |
|---|
| 1207 | DESCRIPTION |
|---|
| 1208 | "This object contains the value of the power required by a |
|---|
| 1209 | PD connected remotely to the port |
|---|
| 1210 | expressed in units of 0.1 watts." |
|---|
| 1211 | REFERENCE |
|---|
| 1212 | " ANSI/TIA-1057, Section 10.2.5.4 " |
|---|
| 1213 | ::= { lldpXMedRemXPoEPDEntry 1 } |
|---|
| 1214 | lldpXMedRemXPoEPDPowerSource OBJECT-TYPE |
|---|
| 1215 | SYNTAX INTEGER { |
|---|
| 1216 | unknown(1), |
|---|
| 1217 | fromPSE(2), |
|---|
| 1218 | local(3), |
|---|
| 1219 | localAndPSE(4) |
|---|
| 1220 | } |
|---|
| 1221 | MAX-ACCESS read-only |
|---|
| 1222 | STATUS current |
|---|
| 1223 | DESCRIPTION |
|---|
| 1224 | "Defines the type of Power Source advertised as being used |
|---|
| 1225 | by the device connected remotely to the port. |
|---|
| 1226 | A value fromPSE(2) indicates that the device advertises its power |
|---|
| 1227 | source as received from a PSE. |
|---|
| 1228 | A value local(3) indicates that the device advertises its power |
|---|
| 1229 | source as local. |
|---|
| 1230 | A value localAndPSE(4) indicates that the device advertises its |
|---|
| 1231 | power source as using both local and PSE power." |
|---|
| 1232 | REFERENCE |
|---|
| 1233 | "ANSI/TIA-1057, Section 10.2.5.2" |
|---|
| 1234 | ::= { lldpXMedRemXPoEPDEntry 2 } |
|---|
| 1235 | lldpXMedRemXPoEPDPowerPriority OBJECT-TYPE |
|---|
| 1236 | SYNTAX INTEGER { |
|---|
| 1237 | unknown(1), |
|---|
| 1238 | critical(2), |
|---|
| 1239 | high(3), |
|---|
| 1240 | low(4) |
|---|
| 1241 | } |
|---|
| 1242 | MAX-ACCESS read-only |
|---|
| 1243 | STATUS current |
|---|
| 1244 | DESCRIPTION |
|---|
| 1245 | "Defines the priority advertised as being required by the PD |
|---|
| 1246 | connected remotely to the port. |
|---|
| 1247 | A value critical(2) indicates that the device advertises its power |
|---|
| 1248 | Priority as critical, as per RFC 3621. |
|---|
| 1249 | A value high(3) indicates that the device advertises its power |
|---|
| 1250 | Priority as high, as per RFC 3621. |
|---|
| 1251 | A value low(4) indicates that the device advertises its power |
|---|
| 1252 | Priority as low, as per RFC 3621." |
|---|
| 1253 | REFERENCE |
|---|
| 1254 | "ANSI/TIA-1057, Section 10.2.5.3" |
|---|
| 1255 | ::= { lldpXMedRemXPoEPDEntry 3 } |
|---|
| 1256 | --- |
|---|
| 1257 | -- conformance information |
|---|
| 1258 | lldpXMedConformance OBJECT IDENTIFIER ::= { lldpXMedMIB 2 } |
|---|
| 1259 | lldpXMedCompliances OBJECT IDENTIFIER ::= { lldpXMedConformance 1 } |
|---|
| 1260 | lldpXMedGroups OBJECT IDENTIFIER ::= { lldpXMedConformance 2 } |
|---|
| 1261 | -- compliance statements |
|---|
| 1262 | lldpXMedCompliance MODULE-COMPLIANCE |
|---|
| 1263 | STATUS current |
|---|
| 1264 | DESCRIPTION |
|---|
| 1265 | "The compliance statement for SNMP entities which implement |
|---|
| 1266 | the LLDP MED extension MIB." |
|---|
| 1267 | MODULE -- this module |
|---|
| 1268 | MANDATORY-GROUPS { lldpXMedConfigGroup, |
|---|
| 1269 | lldpXMedRemSysGroup, |
|---|
| 1270 | lldpXMedNotificationsGroup |
|---|
| 1271 | } |
|---|
| 1272 | GROUP lldpXMedOptMediaPolicyGroup |
|---|
| 1273 | DESCRIPTION |
|---|
| 1274 | "This group represents the information associated with |
|---|
| 1275 | the LLDP-MED optional Media Policy TLVs, |
|---|
| 1276 | therefore the agent may not implement them." |
|---|
| 1277 | GROUP lldpXMedOptInventoryGroup |
|---|
| 1278 | DESCRIPTION |
|---|
| 1279 | "This group represents the information associated with |
|---|
| 1280 | the LLDP-MED optional inventory TLVs, |
|---|
| 1281 | therefore the agent may not implement them." |
|---|
| 1282 | GROUP lldpXMedOptLocationGroup |
|---|
| 1283 | DESCRIPTION |
|---|
| 1284 | "This group represents the information associated with |
|---|
| 1285 | the LLDP-MED optional Location TLVs, |
|---|
| 1286 | therefore the agent may not implement them." |
|---|
| 1287 | GROUP lldpXMedOptPoEPSEGroup |
|---|
| 1288 | DESCRIPTION |
|---|
| 1289 | "This group represents the information associated with |
|---|
| 1290 | the LLDP-MED optional extended PoE PolicyTLVs, carrying |
|---|
| 1291 | PSE information, therefore the agent may |
|---|
| 1292 | not implement them." |
|---|
| 1293 | GROUP lldpXMedOptPoEPDGroup |
|---|
| 1294 | DESCRIPTION |
|---|
| 1295 | " This group represents the information associated with |
|---|
| 1296 | the LLDP-MED optional extended PoE Policy TLVs, carrying |
|---|
| 1297 | PD information, therefore the agent may |
|---|
| 1298 | not implement them." |
|---|
| 1299 | ::= { lldpXMedCompliances 1 } |
|---|
| 1300 | -- MIB groupings |
|---|
| 1301 | lldpXMedConfigGroup OBJECT-GROUP |
|---|
| 1302 | OBJECTS { |
|---|
| 1303 | lldpXMedPortCapSupported, |
|---|
| 1304 | lldpXMedPortConfigTLVsTxEnable, |
|---|
| 1305 | lldpXMedPortConfigNotifEnable, |
|---|
| 1306 | lldpXMedFastStartRepeatCount, |
|---|
| 1307 | lldpXMedLocXPoEDeviceType, |
|---|
| 1308 | lldpXMedLocDeviceClass |
|---|
| 1309 | } |
|---|
| 1310 | STATUS current |
|---|
| 1311 | DESCRIPTION |
|---|
| 1312 | "The collection of objects which are used to configure or |
|---|
| 1313 | describe the configuration or behavior of the LLDP-MED |
|---|
| 1314 | organizational extension implementation." |
|---|
| 1315 | ::= { lldpXMedGroups 1 } |
|---|
| 1316 | lldpXMedOptMediaPolicyGroup OBJECT-GROUP |
|---|
| 1317 | OBJECTS { |
|---|
| 1318 | lldpXMedLocMediaPolicyVlanID, |
|---|
| 1319 | lldpXMedLocMediaPolicyPriority, |
|---|
| 1320 | lldpXMedLocMediaPolicyDscp, |
|---|
| 1321 | lldpXMedLocMediaPolicyUnknown, |
|---|
| 1322 | lldpXMedLocMediaPolicyTagged |
|---|
| 1323 | } |
|---|
| 1324 | STATUS current |
|---|
| 1325 | DESCRIPTION |
|---|
| 1326 | "The collection of objects which are used to represent LLDP |
|---|
| 1327 | MED organizational extensions for Media Policy Information." |
|---|
| 1328 | ::= { lldpXMedGroups 2 } |
|---|
| 1329 | lldpXMedOptInventoryGroup OBJECT-GROUP |
|---|
| 1330 | OBJECTS { |
|---|
| 1331 | lldpXMedLocHardwareRev, |
|---|
| 1332 | lldpXMedLocFirmwareRev, |
|---|
| 1333 | lldpXMedLocSoftwareRev, |
|---|
| 1334 | lldpXMedLocSerialNum, |
|---|
| 1335 | lldpXMedLocMfgName, |
|---|
| 1336 | lldpXMedLocModelName, |
|---|
| 1337 | lldpXMedLocAssetID |
|---|
| 1338 | } |
|---|
| 1339 | STATUS current |
|---|
| 1340 | DESCRIPTION |
|---|
| 1341 | "The collection of objects which are used to represent LLDP |
|---|
| 1342 | MED organizational extension for inventory Information." |
|---|
| 1343 | ::= { lldpXMedGroups 3 } |
|---|
| 1344 | lldpXMedOptLocationGroup OBJECT-GROUP |
|---|
| 1345 | OBJECTS { |
|---|
| 1346 | lldpXMedLocLocationInfo |
|---|
| 1347 | } |
|---|
| 1348 | STATUS current |
|---|
| 1349 | DESCRIPTION |
|---|
| 1350 | "The collection of objects which are used to represent LLDP |
|---|
| 1351 | MED organizational extension for Location Information." |
|---|
| 1352 | ::= { lldpXMedGroups 4 } |
|---|
| 1353 | lldpXMedOptPoEPSEGroup OBJECT-GROUP |
|---|
| 1354 | OBJECTS { |
|---|
| 1355 | lldpXMedLocXPoEPSEPortPowerAv, |
|---|
| 1356 | lldpXMedLocXPoEPSEPortPDPriority, |
|---|
| 1357 | lldpXMedLocXPoEPSEPowerSource |
|---|
| 1358 | } |
|---|
| 1359 | STATUS current |
|---|
| 1360 | DESCRIPTION |
|---|
| 1361 | "The collection of objects which are used to represent LLDP |
|---|
| 1362 | MED organizational extensions for PoE PSE Information." |
|---|
| 1363 | ::= { lldpXMedGroups 5 } |
|---|
| 1364 | lldpXMedOptPoEPDGroup OBJECT-GROUP |
|---|
| 1365 | OBJECTS { |
|---|
| 1366 | lldpXMedLocXPoEPDPowerReq, |
|---|
| 1367 | lldpXMedLocXPoEPDPowerSource, |
|---|
| 1368 | lldpXMedLocXPoEPDPowerPriority |
|---|
| 1369 | } |
|---|
| 1370 | STATUS current |
|---|
| 1371 | DESCRIPTION |
|---|
| 1372 | "The collection of objects which are used to represent LLDP |
|---|
| 1373 | MED organizational extensions for PoE PD Information." |
|---|
| 1374 | ::= { lldpXMedGroups 6 } |
|---|
| 1375 | lldpXMedRemSysGroup OBJECT-GROUP |
|---|
| 1376 | OBJECTS { |
|---|
| 1377 | lldpXMedRemCapSupported, |
|---|
| 1378 | lldpXMedRemCapCurrent, |
|---|
| 1379 | lldpXMedRemDeviceClass, |
|---|
| 1380 | lldpXMedRemMediaPolicyVlanID, |
|---|
| 1381 | lldpXMedRemMediaPolicyPriority, |
|---|
| 1382 | lldpXMedRemMediaPolicyDscp, |
|---|
| 1383 | lldpXMedRemMediaPolicyUnknown, |
|---|
| 1384 | lldpXMedRemMediaPolicyTagged, |
|---|
| 1385 | lldpXMedRemHardwareRev, |
|---|
| 1386 | lldpXMedRemFirmwareRev, |
|---|
| 1387 | lldpXMedRemSoftwareRev, |
|---|
| 1388 | lldpXMedRemSerialNum, |
|---|
| 1389 | lldpXMedRemMfgName, |
|---|
| 1390 | lldpXMedRemModelName, |
|---|
| 1391 | lldpXMedRemAssetID, |
|---|
| 1392 | lldpXMedRemLocationInfo, |
|---|
| 1393 | lldpXMedRemXPoEDeviceType, |
|---|
| 1394 | lldpXMedRemXPoEPSEPowerAv, |
|---|
| 1395 | lldpXMedRemXPoEPSEPowerSource, |
|---|
| 1396 | lldpXMedRemXPoEPSEPowerPriority, |
|---|
| 1397 | lldpXMedRemXPoEPDPowerReq, |
|---|
| 1398 | lldpXMedRemXPoEPDPowerSource, |
|---|
| 1399 | lldpXMedRemXPoEPDPowerPriority |
|---|
| 1400 | } |
|---|
| 1401 | STATUS current |
|---|
| 1402 | DESCRIPTION |
|---|
| 1403 | "The collection of objects which are used to represent LLDPMED |
|---|
| 1404 | organizational extension Remote Device Information." |
|---|
| 1405 | ::= { lldpXMedGroups 7 } |
|---|
| 1406 | lldpXMedNotificationsGroup NOTIFICATION-GROUP |
|---|
| 1407 | NOTIFICATIONS { lldpXMedTopologyChangeDetected } |
|---|
| 1408 | STATUS current |
|---|
| 1409 | DESCRIPTION |
|---|
| 1410 | "Notifications sent by an LLDP-MED agent." |
|---|
| 1411 | ::= { lldpXMedGroups 8 } |
|---|
| 1412 | END |
|---|