Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing implementation for mandatory tlv ( lldpPortConfigTLVsTxEnable ) #371

Open
hlcag opened this issue Nov 26, 2019 · 2 comments
Open

Comments

@hlcag
Copy link

hlcag commented Nov 26, 2019

IEEE Std 802.1AB-2005 Section 12.1 : Table 12-1—MIB object group operating mode applicability
I understand from 802.1AB2005 that lldpConfigTxGroup is mandatory when operating mode is set to Tx or TxRx. But i couldn't find any source code in the library that implements this feature.

IEEE Std 802.1AB-2005 Page 90
lldpConfigTxGroup OBJECT-GROUP
OBJECTS {
lldpMessageTxInterval,
lldpMessageTxHoldMultiplier,
lldpReinitDelay,
lldpTxDelay,
lldpPortConfigTLVsTxEnable,
lldpConfigManAddrPortsTxEnable
}

IEEE Std 802.1AB-2005 Page 91
"The collection of objects which are used to configure the
LLDP implementation behavior.
This group is mandatory for agents which implement the LLDP
and have the capability of transmitting LLDP frames."

@vincentbernat
Copy link
Member

This group has not been implemented as there is no read/write support for SNMP in lldpd.

@hlcag
Copy link
Author

hlcag commented Nov 27, 2019

Thank you for your answer.
Actually, i don't expect to set lldpPortConfigTLVsTxEnable's value. Only i want to access lldp3pp mode. When i tried to reach value with snmp query it returns null. I have got the same result at lldpPortConfigAdminStatus query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants