rlaager / docsis

This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
http://docsis.sourceforge.net
GNU General Public License v2.0
114 stars 70 forks source link

[TODO] OCHD2.1 support for TLV 53 #33

Open AdrianSimionov opened 8 years ago

AdrianSimionov commented 8 years ago

It is defined in OC-SP-HOST2.1-CFR-I17

TLV Number Name Chapter
53 SNMPv1v2cCoexistenceConfiguration 15.2.1
53.1 SNMPv1v2cCommunityName 15.2.1.1
53.2 SNMPv1v2cTransportAddressAccess 15.2.1.2
53.2.1 SNMPv1v2cTransportAddress 15.2.1.2.1
53.2.2 SNMPv1v2cTransportAddressMask 15.2.1.2.2
53.3 SNMPv1v2cAccessViewType 15.2.1.3
53.4 SNMPv1v2cAccessViewName 15.2.1.4

A test case should also be written.