summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2011-12-27 17:24:55 +0400
committerKozlov Dmitry <xeb@mail.ru>2011-12-27 17:24:55 +0400
commitf1c39d3ff40aece8278afaec0098607d498cd768 (patch)
tree1b533df2004b636201ac52c02683a5a980744a83 /README
parent1ade87d064ff682e0d836558e73ad7ca3e7148ec (diff)
downloadaccel-ppp-xebd-f1c39d3ff40aece8278afaec0098607d498cd768.tar.gz
accel-ppp-xebd-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--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 1b708b9..d212451 100644
--- a/README
+++ b/README
@@ -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 !!!