From f1c39d3ff40aece8278afaec0098607d498cd768 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 27 Dec 2011 17:24:55 +0400 Subject: snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send cli commands --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 1b708b91..d212451d 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 !!! -- cgit v1.2.3