Search found 9 matches

by NiCrAm
02 Mar 2016, 17:51
Forum: Shaper
Topic: Mikrotik-Rate-Limit
Replies: 4
Views: 4513

Re: Mikrotik-Rate-Limit

Ok, thanks
by NiCrAm
02 Mar 2016, 17:43
Forum: Shaper
Topic: Mikrotik-Rate-Limit
Replies: 4
Views: 4513

Re: Mikrotik-Rate-Limit

So, cisco is supported only?
by NiCrAm
02 Feb 2016, 18:20
Forum: Shaper
Topic: Mikrotik-Rate-Limit
Replies: 4
Views: 4513

Mikrotik-Rate-Limit

Hi I'm going to install accel-ppp with radius instead of current rp-pppoe. Now with rp-pppoe I use tc to shaping client. I'd like to use builtint shaper in accel How to set shaper wiht Mikrotik-Rate-Limit? My radius requests something like: Mikrotik-Rate-Limit = 512k/512k 1M/1M 256K/256K 30/30 7 I'd...
by NiCrAm
30 Sep 2015, 10:49
Forum: Installation
Topic: debian jessie
Replies: 6
Views: 5038

Re: debian jessie

apt-get install cmake make libssl-dev libpcre3-dev liblua5.1-dev libsnmp-dev cmake -DCPACK_TYPE=Debian7 -DCMAKE_INSTALL_PREFIX=/usr -DNETSNMP=TRUE -DIGNORE_GIT=TRUE -DLUA=TRUE path_to_source make cpack -G DEB Hi, When I do that nothig is added to /etc # dpkg -L accel-ppp /usr /usr/bin /usr/bin/acce...
by NiCrAm
30 Sep 2015, 10:12
Forum: General
Topic: debian jessie and snmp
Replies: 7
Views: 4137

Re: debian jessie and snmp

Code: Select all

snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::cli.0 = "show stat"
Error in packet.
Reason: noAccess
Failed object: ACCEL-PPP-MIB::cli.0
why noAccess? I've added "rwcommunity local" to snmpd.conf
by NiCrAm
30 Sep 2015, 09:32
Forum: General
Topic: debian jessie and snmp
Replies: 7
Views: 4137

Re: debian jessie and snmp

use comand snmpwalk -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::accelPPPStat result root@server:~# snmpwalk -m +ACCEL-PPP-MIB -v 2c -c public 127.0.0.1 ACCEL-PPP-MIB::accelPPPStat ACCEL-PPP-MIB::statCoreUpTime.0 = Gauge32: 372 seconds .. local or public? but like a wrote in previous p...
by NiCrAm
30 Sep 2015, 08:47
Forum: General
Topic: debian jessie and snmp
Replies: 7
Views: 4137

Re: debian jessie and snmp

step 1 : in /etc/snmp/snmpd.conf uncoment see in log accel-ppp string [2015-09-30 11:21:36]: info: net-snmp: NET-SNMP version 5.4.3 AgentX subagent connected and run snmpwalk -mACCEL-PPP-MIB -v2c -cpublic 127.0.0.1 agentx was uncommented since the beginning. cat accel-ppp.log [2015-09-30 10:43:15]:...
by NiCrAm
30 Sep 2015, 07:17
Forum: General
Topic: debian jessie and snmp
Replies: 7
Views: 4137

Re: debian jessie and snmp

Ok, thanks for your reply. I've startded snmpd with options /usr/sbin/snmpd -Ls5d -Lf /dev/null -p /var/run/snmpd.pid in log i see Sep 30 09:05:12 www snmpd[5646]: Turning on AgentX master support. Sep 30 09:05:12 www snmpd[5646]: NET-SNMP version 5.4.3 Sep 30 09:05:16 www snmpd[5646]: Connection fr...
by NiCrAm
29 Sep 2015, 17:55
Forum: General
Topic: debian jessie and snmp
Replies: 7
Views: 4137

debian jessie and snmp

Hi, I'm new in accel-ppp. I try to run with snmp but it doesn't work. root@fred:/usr/src/accel-ppp-1.9.0/build# cmake -DRADIUS=TRUE -DNETSNMP=TRUE .. -- The C compiler identification is GNU 4.9.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- De...