0
스위치의 SNMP 에이전트는 V1로 구성됩니다. lextm snmp 라이브러리 VersionCode.V2를 사용하여 작동하지 않는 포트 번호를 가져옵니다. 정보를 가져 오기 위해 버전이 일치해야합니까?V1로 구성된 스위치의 포트 번호 읽기
스위치의 SNMP 에이전트는 V1로 구성됩니다. lextm snmp 라이브러리 VersionCode.V2를 사용하여 작동하지 않는 포트 번호를 가져옵니다. 정보를 가져 오기 위해 버전이 일치해야합니까?V1로 구성된 스위치의 포트 번호 읽기
는 SNMPv1 & SNMPv2c interoperability에 따르면, 그들이 나타납니다
As presently specified, SNMPv2c is incompatible with SNMPv1 in two key
areas: message formats and protocol operations. SNMPv2c messages use
different header and protocol data unit (PDU) formats from SNMPv1 messages.
SNMPv2c also uses two protocol operations that are not specified in SNMPv1.
Furthermore, RFC 2576 defines two possible SNMPv1/v2c coexistence
strategies: proxy agents and bilingual network-management systems.
V1 에이전트를 대상으로 할 때 V2의 클라이언트를 구현하기 위해 선택한 어떤 이유?