EasyManua.ls Logo

ELTEX SBC-1000 - Page 199

ELTEX SBC-1000
211 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
SBC session border controllers 199
Name
OID
Requests
Description
sbcSyslogHistoryLVL
1.3.6.1.4.1.35265.1.49.34.2.3
Get {}
Set {} N
Log verbosity level
0 disable logging;
1 standard;
2 full
sbcSyslogHistoryRowStatus
1.3.6.1.4.1.35265.1.49.34.2.4
Get {}
Set {} 1
To apply changes to the logging
history commands
sbcSyslogConfig
1.3.6.1.4.1.35265.1.49.34.3
Get {}
System log settings
sbcSyslogConfigLogsEnable
d
1.3.6.1.4.1.35265.1.49.34.3.1
Get {}
Set {} N
Enable logging
1 enable;
2 disable
sbcSyslogConfigSendToServ
er
1.3.6.1.4.1.35265.1.49.34.3.2
Get {}
Set {} N
Send messages to syslog server
1 enable;
2 disable
sbcSyslogConfigAddress
1.3.6.1.4.1.35265.1.49.34.3.3
Get {}
Set {} S
The IP address of the syslog server
sbcSyslogConfigPort
1.3.6.1.4.1.35265.1.49.34.3.4
Get {}
Set {} N
Syslog server port
sbcSyslogConfigRowStatus
1.3.6.1.4.1.35265.1.49.34.3.5
Get {}
Set {} 1
Apply changes in the system log
settings
View information on registered users
In this description, the SNMP utility invocation commands will be represented by the following scripts for
brevity and clarity:
Swalk script implements reading values:
#!/bin/bash
/usr/bin/snmpwalk -v2c -c public -m +ELTEX-SBC 192.0.2.1 "$@"
Sset script implements value setting:
#!/bin/bash
/usr/bin/snmpset -v2c -c private -m +ELTEX-SBC 192.0.2.1 "$@"
The following steps are required for viewing:
1) Reset search status;
2) Set the search criteria (optional);
3) Display information.
An example of searching for a subscriber by number
sset sbcSubResetSearch.0 i 1 # reset search
sset getSbcSubBySubstring.0 s 40012 # set criteria
swalk tableOfSbcSubscribers # display results
Result:
ELTEX-SBC::subName.0 = STRING: 40012@tau.domain:5060
ELTEX-SBC::subUserAgent.0 = STRING: TAU-72 build 2.13.1 sofia-sip/1.12.10
ELTEX-SBC::subUserAddr.0 = STRING: 192.0.2.32:5060
ELTEX-SBC::subContacts.0 = STRING: <sip:40012@192.0.2.32:5060>;expires=119

Table of Contents