Module ocs_mib

This library module implements the SNMP MIB for the ocs application.

Copyright © 2018 - 2026 SigScale Global Inc.

Description

This library module implements the SNMP MIB for the ocs application.

Function Index

load/0Loads the SigScale OCS MIB.
load/1Loads the SigScale OCS MIB.
unload/0Unloads the SigScale OCS MIB.
unload/1Unloads the SigScale OCS MIB.
client_table/3Handle SNMP requests for the client table.
radius_auth_server/2Get RADIUS authentication server identity".
radius_acct_server/2Get RADIUS accounting server identity".
dbp_local_config/2Get local DIAMETER configuration.
dbp_local_stats/2Handle SNMP requests for DIAMETER-BASE-PROTOCOL-MIB::dbpLocalStats.
dcca_peer_info/3Handle SNMP requests for the peer info table.
dcca_peer_stats/3Handle SNMP requests for the peer stats table.
total_packets/1*Get packet counts from service info.

Function Details

load/0

load() -> Result

Loads the SigScale OCS MIB.

load/1

load(Agent) -> Result

Loads the SigScale OCS MIB.

unload/0

unload() -> Result

Unloads the SigScale OCS MIB.

unload/1

unload(Agent) -> Result

Unloads the SigScale OCS MIB.

client_table/3

client_table(Operation, RowIndex, Columns) -> Result

Handle SNMP requests for the client table.

radius_auth_server/2

radius_auth_server(Operation, Item) -> Result

Get RADIUS authentication server identity"

radius_acct_server/2

radius_acct_server(Operation, Item) -> Result

Get RADIUS accounting server identity"

dbp_local_config/2

dbp_local_config(Operation, Item) -> Result

Get local DIAMETER configuration.

dbp_local_stats/2

dbp_local_stats(Operation, Item) -> Result

Handle SNMP requests for DIAMETER-BASE-PROTOCOL-MIB::dbpLocalStats.

dcca_peer_info/3

dcca_peer_info(Operation, RowIndex, Columns) -> Result

Handle SNMP requests for the peer info table.

dcca_peer_stats/3

dcca_peer_stats(Operation, RowIndex, Columns) -> Result

Handle SNMP requests for the peer stats table.

total_packets/1 *

total_packets(Info) -> Result

Get packet counts from service info.


Generated by EDoc