Page History
Add_workflow_for_techpubs | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Internal_display_only |
---|
Use the following workflow Workflow as an aid to collecting information about the debugging an
Spacevars | ||
---|---|---|
|
Warning | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Example Network Diagram: Edge 8300 Model
procedures explain how to collect information about the
Spacevars | ||
---|---|---|
|
Prerequisites
- Login access to the
Command Line Interface (CLI), as user sysadm and then as user root, using an SSH client such as Putty. (Some actions require you to capture the CLI output using the Putty collection function.)Spacevars 0 product - Login access to the
webUI as user admin.Spacevars 0 product
Workflow Anchor Workflow for E8K Debug Workflow for E8K Debug
Step | Action |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | 5 |
6 | 6 |
7 | 7 |
8 |
Job Aid: Network Diagram
Use the following diagram as an aid to understanding the various interfaces typical of an Edge 8300 device. (Note that an Edge 8100 model is the same except without the FXO, PRI, and FXS interfaces.)
Warning | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Example Network Diagram: Edge 8300 Model
Log in to the Edge 8000 CLI
- From the Edge 8000 CLI, log in as user system administrator (sysadm).
Change to user root.
Code Block $ sudo -i
Collect Logs from the SIPUA
As user root user in the CLI, access the SIP User Agent (SIPUA) module.
Code Block db-manager-ctl cli
Enter number
4
to access the SIPUA.Run the following command to enable log collection.
Make sure that the Putty session is set to capture the output.Code Block debugsipgw 7 <enable debug>
After completing your test calls, run the following command to disable log collection.
Code Block debugsipgw 0 <disable debug>
Collect PCAPS from the SIPGW or SIPUA
Prerequisites
- Login access to the
CLI as user sysadm.Spacevars 0 product
Start
As user root user in the CLI, access the SIP Gateway (SIPGW) or SIPUA module.
Code Block db-manager-ctl cli
- Enter number
9
to access the SIPGW. - Enter number
4
to access the SIPUA.
- Enter number
Mount the filesystem to provide a memory disk area for writing pcaps.
Note that the /etc/images directory already exists on the host. When setting the size, do not exceed 10 Mb (10m).Code Block mount -t tmpfs tmpfs /etc/images -o size=4m tcpdump -s 0 -ni eth0 port 5060 -w /etc/images/sip1.pcap
After completing your test calls, open a new session to transfer the captured file to the host. Note the different internal IP addresses for SIPGW and SIPUA:
IP address for SIPGW: 192.168.188.250
IP address for SIPUA: 192.168.188.100Code Block cd /E8000/backup_config scp root@<IP>:/etc/images/sip1.pcap Password - <shift key plus 234567890>
Change permissions on the pcap file so you can delete it.
Code Block chmod 770 sip1.pcap
Delete the pcap file and unmount the filesystem from the session where pcaps data was captured.
Code Block rm /etc/images/sip1.pcap umount /etc/images
Collect Logs and PCAPS from the SWE Edge
For collecting logs and packet captures (PCAPS) from the SWE Edge, refer to Working with Logging in the SBC Edge Portfolio 12.1.x Documentation.
Info | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Configure Analog (FXS/FXO) and PRI Logs
The
Spacevars | ||
---|---|---|
|
To configure log collection for Analog Manager and SIPGW functions, use the following procedure.
Prerequisites
- Login access to the
webUI as user admin.Spacevars 0 product
Start
- As user admin in the
webUI, select the Settings tab.Spacevars 0 product - Navigate to System > Logging Configuration > Diagnostic Logging > By Subsystem.
- Click the "+" symbol to add a Subsystem Configuration.
- Complete the fields in the Subsystem Configuration window.
Field Description Subsystem Name From the dropdown list, choose one of the available
subsytems, such as Analog (FXS/FXO) or PRI.Spacevars 0 product Log Level From the dropdown list, choose a log level from Default to Fatal. Refer to Supported Logging Levels for logging level definitions. Log Destination From the dropdown list, choose either Local Logs or one of the Remote Logs already defined. - Click OK.
Generate a System Report
As user root user in the CLI, generate a system report using the following command:
Code Block |
---|
sys-tools report <reportName> |
The report format is <reportName>_<year>-<month>-<day>-<time>.tgz
For example, SBC_NODE_1_2024-08-31-00.12.14.tgz
The system report file is saved in the /e8k-data/reports directory. The file contains information about the Setup Wizard configuration, software versions, ifconfig, iptables, route, bridge, arp, dmesg, systemctl, memory information, and NTP information, plus a config backup and various other Linux level files, for example,/var/log/messages.
Info | ||
---|---|---|
| ||
Generate You can generate the system report only at any time since it does not disrupt service on the SWE Edge system and disrupting service. |
Generate a System Debug Report
As user root user in the CLI, generate a system debug report using the following command:
Code Block |
---|
sys-tools debug |
The system debug report file is displayed in the terminal window. The file contains information about the Setup Wizard configuration, software versions, ifconfig, iptables, route, bridge, arp, dmesg, systemctl, memory information, NTP information, and other data useful for to the support engineer.
Make sure that the Putty session is set to capture the output.
Info | ||
---|---|---|
| ||
You can generate the system debug report at any time since it does not disrupt service on the SWE Edge system. |
View 6WIND Router Logs
Refer to View logs specific to the 6WIND data router function of the
Spacevars | ||
---|---|---|
|