cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
584
Views
0
Helpful
1
Replies

using snmp to monitor AS5300

ciscomangi
Level 1
Level 1

Hi All

am new to this.

Would just like to know how to monitor the following on our AS5300 NAS

- number of users connected

- traffic and status of E1 ports

1 Reply 1

With the MIB 1.3.6.1.2.1.2.1 -

.iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1).interfaces(2).ifNumber(1) - you can get the number of interfaces.

For each PPP session there will be an additional Virtual Access subinterface, so you can obtain the number of PPP sessions by subtracting the number of "normal" interfaces (number of interfaces when there is no PPP session active) from the value got with the MIB.

With the MIB branch 1.3.6.1.2.1.2.2 -

.iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1).interfaces(2).ifTable(1) - you can get info from all PPP-related interfaces (to get the the traffic volume on an E1, simply add the traffic volume on all Virtual Access subinterfaces establish over that E1).

Hope that's enough...

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: