diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2011-12-27 17:24:55 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2011-12-27 17:24:55 +0400 |
commit | f1c39d3ff40aece8278afaec0098607d498cd768 (patch) | |
tree | 1b533df2004b636201ac52c02683a5a980744a83 /README | |
parent | 1ade87d064ff682e0d836558e73ad7ca3e7148ec (diff) | |
download | accel-ppp-f1c39d3ff40aece8278afaec0098607d498cd768.tar.gz accel-ppp-f1c39d3ff40aece8278afaec0098607d498cd768.zip |
snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send cli commands
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,6 +149,9 @@ snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::termByIfName.0 snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::termByIP.0 = 192.168.10.10 6. Terminate session by username: snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::termByUsername.0 = user1 +7. Execute cli command: +snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::cli.0 = "shaper change all 1024 temp" + Warning !!! |