Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  Monitoring Usage on IP Pool for JMX BNG via command line and SNMP

    Posted 09-27-2020 04:20

    Hi

    In Cisco BRAS, there is command which shows how many IP addresses are available in configured IP Pool and how many IP addresses are already in use.

    Also there is a SNMP OID for this purpose.

    I JMX BNG I could not find the counterpart command. The only command which I found just show which IP address was assigned to which Subscriber:

    jcluser@vMX1> show network-access address-assignment pool POOL1

    IP address/prefix       Hardware address     Host/User      Type

    192.168.120.2            00:0C:29:0B:FF:59    217625test2    pppoe

    There is no information about number of available IP addresses in the POOL.

    Also I tried following SNMP MIBS:

    - jnxSubscriberMIB

    - jnxpppoeMIB

    but there was no success.

    In some website this MIB was introduced:

    Juniper-Address-POOL-MIB

    But it seems this MIB is not supported on JMX

    Is there any solution for this issue?

    Thank you 

    Alireza 



  • 2.  RE: Monitoring Usage on IP Pool for JMX BNG via command line and SNMP
    Best Answer

    Posted 09-27-2020 06:07

    from cli
    show network-access aaa statistics address-assignment pool POOL_NAME
    snmp: use this MIB to collect pool info 


    jnxUserAAAAccessPoolRoutingInstance

    jnxUserAAAAccessPoolName

    jnxUserAAAAccessPoolAddressTotal

    jnxUserAAAAccessPoolAddressesInUse



  • 3.  RE: Monitoring Usage on IP Pool for JMX BNG via command line and SNMP

    Posted 09-27-2020 21:57

    Thank you

    That saves the day