1
info configure xdsl line 1/1/1/2

output :

configure xdsl
#------------------------------
echo "xdsl"
#------------------------------
line 1/1/1/2
  service-profile 1
  spectrum-profile 1
  admin-up
  transfer-mode atm
exit
#------------------------------

This command is a cli command and i'm trying to find corresponding to snmp oids in MibBrowser but i can't find these keys. Any ideas?

onur taskin
  • 929
  • 1
  • 14
  • 33

1 Answers1

1

You might need to download the device constructor's private MIB file(s).

Most constructors use standard mibs for basic features, and private mibs for more custom or advanced features.

JB.
  • 1,103
  • 1
  • 20
  • 37