Copyright © 2018 - 2026 SigScale Global Inc.
| load/0 | Loads the SigScale OCS MIB. |
| load/1 | Loads the SigScale OCS MIB. |
| unload/0 | Unloads the SigScale OCS MIB. |
| unload/1 | Unloads the SigScale OCS MIB. |
| client_table/3 | Handle SNMP requests for the client table. |
| radius_auth_server/2 | Get RADIUS authentication server identity". |
| radius_acct_server/2 | Get RADIUS accounting server identity". |
| dbp_local_config/2 | Get local DIAMETER configuration. |
| dbp_local_stats/2 | Handle SNMP requests for DIAMETER-BASE-PROTOCOL-MIB::dbpLocalStats. |
| dcca_peer_info/3 | Handle SNMP requests for the peer info table. |
| dcca_peer_stats/3 | Handle SNMP requests for the peer stats table. |
| total_packets/1* | Get packet counts from service info. |
load() -> Result
Loads the SigScale OCS MIB.
load(Agent) -> Result
Loads the SigScale OCS MIB.
unload() -> Result
Unloads the SigScale OCS MIB.
unload(Agent) -> Result
Unloads the SigScale OCS MIB.
client_table(Operation, RowIndex, Columns) -> Result
Handle SNMP requests for the client table.
radius_auth_server(Operation, Item) -> Result
Get RADIUS authentication server identity"
radius_acct_server(Operation, Item) -> Result
Get RADIUS accounting server identity"
dbp_local_config(Operation, Item) -> Result
Get local DIAMETER configuration.
dbp_local_stats(Operation, Item) -> Result
Handle SNMP requests for DIAMETER-BASE-PROTOCOL-MIB::dbpLocalStats.
dcca_peer_info(Operation, RowIndex, Columns) -> Result
Handle SNMP requests for the peer info table.
dcca_peer_stats(Operation, RowIndex, Columns) -> Result
Handle SNMP requests for the peer stats table.
total_packets(Info) -> Result
Get packet counts from service info.
Generated by EDoc