Skip to content

TLV Dictionary

Maurice Garcia edited this page May 4, 2015 · 7 revisions

TLV Dictionary Editing

To add TLVs to the dictionary we recommend using an editor such as [DB Browser for SQLite] (http://sqlitebrowser.org/).

Editing

TLV_NAME

  • The name be any Alpha Numeric character with the following Restrictions
  • MUST be one word, No Spaces
  • Can have the combination of the following
  • Aa-Zz, 0-9, -

DataType Selection

integer string string_bits string_null_terminated byte_array double_byte_array multi_tlv_byte_array oid

Snmp11 docsDevNmAccessIp.1 IpAddress  0.0.0.0 ; 

oid_asn1_object6

 SNMPv3NotificationReceiver	{
	 SNMPv3NRFilteringParameters 1.3.6;	 /* TLV: [38.6]*/
}

byte_array_ipv4_address byte_array_ipv6_address byte transport_address_ipv4_address

SNMPv1v2cTransportAddressAccess {
	SNMPv1v2cTransportAddress 0.0.0.0(0);	 /* TLV: [53.2.1]*/
	SNMPv1v2cTransportMask 0.0.0.0(0);	 /* TLV: [53.2.2]*/
}

transport_address_ipv6_address

SNMPv1v2cTransportAddressAccess {
	SNMPv1v2cTransportAddress 2001:558:0:0:0:0:0:0(0);	 /* TLV: [53.2.1]*/
	SNMPv1v2cTransportMask ffff:ffff:0:0:0:0:0:0(0);	 /* TLV: [53.2.2]*/
}

byte_array_inet_transport_address mac_address

Clone this wiki locally