Не удается получить от коммутатора конфигурацию packet content профиля. Проблема присутствует, вне зависимости от настроек.
Прошивка 2.01.B042.
Например, создаем следующий профиль:
Код:
create access_profile profile_id 4 profile_name PPPOE_PADO packet_content_mask offset_chunk_1 3 0xFFFF offset_chunk_2 4 0xFF0000
Пытаемся прочитать:
Код:
snmpwalk -c public -v 2c 10.254.1.254 .1.3.6.1.4.1.171.12.9.2.8
SNMPv2-SMI::enterprises.171.12.9.2.8.1.1.4 = INTEGER: 4
SNMPv2-SMI::enterprises.171.12.9.2.8.1.2.4 = INTEGER: 1
SNMPv2-SMI::enterprises.171.12.9.2.8.1.3.4 = INTEGER: 3
SNMPv2-SMI::enterprises.171.12.9.2.8.1.4.4 = Hex-STRING: 00 00 FF FF
Timeout: No Response from 10.254.1.254
Смотрим tcpdump:
Код:
tcpdump -s 150 -i eth1 host 10.254.1.254
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 150 bytes
21:47:00.906181 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(31) E:171.12.9.2.8
21:47:00.908190 IP 10.254.1.254.snmp > 10.254.1.10.47254: GetResponse(37) E:171.12.9.2.8.1.1.4=4
21:47:00.908393 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.1.4
21:47:00.910482 IP 10.254.1.254.snmp > 10.254.1.10.47254: GetResponse(37) E:171.12.9.2.8.1.2.4=1
21:47:00.910564 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.2.4
21:47:00.912530 IP 10.254.1.254.snmp > 10.254.1.10.47254: GetResponse(37) E:171.12.9.2.8.1.3.4=3
21:47:00.912605 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.3.4
21:47:00.914790 IP 10.254.1.254.snmp > 10.254.1.10.47254: GetResponse(40) E:171.12.9.2.8.1.4.4=00_00_ff_ff
21:47:00.914876 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.4.4
21:47:01.915529 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.4.4
21:47:02.916293 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.4.4
21:47:03.917067 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.4.4
21:47:04.917846 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.4.4
21:47:05.918609 IP 10.254.1.10.47254 > 10.254.1.254.snmp: GetNextRequest(34) E:171.12.9.2.8.1.4.4