Booting #
There are three files used in the boot process. the bootloader, the boot image, and the diagnostic image files. Files are uploaded to /code/images/. Refer to the release notes to confirm which images are compatible as a jump upgrade method maybe be needed if your software is old enough.
Boot flags enable system boot behavior(s). The user can set a single flag, or add hex digits to set multiple flags.
- 0x00000008 Bootloader ~7 seconds countdown
- 0x00000040 Autoconfigure wancom0 via DHCP enable - VM platforms only
- 0x00000080 Use TFTP protocol (instead of FTP) enable - VM platforms only
- 0x00000100 Bootloader ~1 seconds quick countdown - VM platforms only
Networking #
Some useful commands.
show arpused to see ip to mac bindings- To manually alter the table you can use
arp-addorarp-delete arp-checkwill force the SBC to reach out and attempt to add an entry. this command does not work if there is an already existing entry.
- To manually alter the table you can use
add-hip-ipneeds to be configured along withadd-icmp-ipto be able to ping to and from the SBC. Multiple IP can be configured.- Interface statuses can be checked with the following commands
show interfaceshow interface briefshow interface ethernet
show routesShow routes relevant to management traffic, it do not show routes for signaling or media traffic.host-routescan be used for sending traffic via the wancom0 interface.
System Level #
For boot level information there are a few varieties of show version that can be used.
show version bootUseful for getting the serial number.show version imageUseful for getting the configured boot image.show version hardwareUseful to pull hardware information.show memory usageUseful to see the consume memory or the SBC.show memory applicationProvides more detailed application memory usage.
System Stats #
Some useful commands for system level stats.
show ntp statusProvides info on where the SBC is synchronized to.show ntp serverProvides detailed info on the NTP servers.show platformUseful to determining information about where the SBC is deployed(virtual).show platform health-checkConfirms if system processes are running.show platform limitsUsed to determine the maximum number of various functions.show platform cpuProvides information about the system CPU.show platform cpu-loadProvides information about the CPU usage.
show processesUsed to view active processes.show processes <service name>Used to view information about a specific process.show processes topUsed to get a top like view of system cpu usage.
show space hard-diskUsed to display disk usage.
Backups #
Display Backups #
To display backups from the CLI
show dir /code/bkups
Restore a backup #
To restore a backup from a file use the following command.
restore-backup-config <dir(is using sub dir)/filename>
ARP #
to check the device table you can use 2 commands
show arparp-check 0 1 9 10.10.9.21command <media interface slot> <media interface port> <vlan> <IP>
Basic System Checks #
The following information can be used to do a basic assessment of the platform health.
show platformshow uptimeshow system-stateshow sipd agentsshow memory usageshow buffersshow platform health-checkshow platform cpu-load
Local Policy Routing #
The Oracle Communications Session Border Controller applies preference to configured local policies in the following order: Reference
- Cost (cost in local policy attributes) is always given preference.
- Matching media codec (media profiles option in local policy attributes).
- Longest matching To address (to address list in local policy).
- Shortest matching To address (to address list in local policy).
- Longest matching From address (from address list in local policy).
- Shortest matching From address (from address list in local policy).
- Narrowest/strictest day of week specification (days of week option in local policy attributes).
- Narrowest/strictest time of day specification (start time and end time options in local policy attributes).
- Wildcard matches (use of an asterisk as a wildcard value for the from address and to address lists in local policy).
- Wild card matches are given the least preference. A prefix value of 6 is given a higher preference than a prefix value of * even though both prefix values are, in theory, the same length.