Experience case of reading 2.4G and 5G terminal association numbers through mib nodes

2023-12-27 19:56:44 Published
  • 0 Followed
  • 0Collected ,3693Browsed

Network Topology

Not involving

Problem Description

The customer needs to monitor the number of wireless 2.4G and 5G terminal associations, but there is no corresponding mib value in our mib node table.

Process Analysis

You can use ap-based statistics and current terminal ap information to display nodes. After combining the two, the number of terminals associated with 2.4G and 5G can be counted.

AP based statistics:

.1.3.6.1.4.1.25506.2.75.2.1.2.1.7

hh3cDot11CurrAPStationAssocCount OBJECT-TYPE

  -- FROM    HH3C-DOT11-APMT-MIB

  SYNTAX     Integer32

  MAX-ACCESS   read-only

  STATUS     current

  DESCRIPTION  "Represents the total number of stations which are associating

        to AP."

Display node of current terminal connection ap information:

.1.3.6.1.4.1.25506.2.75.3.1.2.1

hh3cDot11StationAPRelationEntry OBJECT-TYPE

  -- FROM    HH3C-DOT11-STATION-MIB

  MAX-ACCESS   not-accessible

  STATUS     current

  INDEX              { hh3cDot11StationMAC }

  DESCRIPTION  "Each entry contains relation-ship information

        with AP, Radio and WLANID of each station."

 

.1.3.6.1.4.1.25506.2.75.3.1.2.1.2

hh3cDot11CurrRadioID OBJECT-TYPE

  -- FROM    HH3C-DOT11-STATION-MIB

  -- TEXTUAL CONVENTION Hh3cDot11RadioScopeType

  SYNTAX     Integer32

  MAX-ACCESS   read-only

  STATUS     current

  DESCRIPTION  "Represents each radio."

Solution


As shown in FIG:

There are a total of three terminals associated with the AP, two for 2.4G and one for 5G. The current total number of associated terminals is obtained through the 1.3.6.1.4.1.25506.2.75.2.1.2.1.7 node getbulk, and the corresponding ap and corresponding radio associated with the terminal are obtained through the 1.3.6.1.4.1.25506.2.75.3.1.2.1.2 node.

Please rate this case:   
0 Comments

No Comments

Add Comments: