To display the available commands within one sub-menu, type ? <sub-menu>.
Example:
?
? ip
show : ip show [-mcast]
tracert : ip tracert [<options>] <ipaddr>
set : ip set <ifnum> {<ipaddr> <mask>}|nonum
addroute : ip addroute <destaddr> <netmask> [<next hop>] [<if>]
delroute : ip delroute <destaddr> [<netmask> [<next hop> [<if>]]]
intf : Interface configuration
gre : GRE Configuration
dhcp : DHCP configuration
dns : DNS configuration
nat : NAT configuration
qos : IP QOS configuration
mfc : IP Multi Field Classifyer (MFC) configuration
lac : IP Link Access Control (RAC) configuration
pep : PEP configuration
hc : Header compression configuration and status
udpsend : ip udpsend <options>
udprecv : ip udprecv <options>
To get further help on a specific CLI command, type ? <cmd>.
Example:
# ? ip set
USAGE:
ip set <ifnum> <ipaddr> <mask> |nonum
ifnum Interface number (1=LAN, 3=Satellite)
ipaddr IP address for the interface
mask Netmask for the interface
nonum Use nonum instead of ipaddr and mask to remove the IP address
Set the IP address and subnet mask for the specified interface
If the interface is Virtual-VLAN, then the IP should be from the subnet of its
source VLAN.
If the interface is a VLAN, then its corresponding virtual VLANs IP will be
cleared.
Example:
ip set 1 10.10.1.1 255.255.255.248 will set the LAN IP address to
10.10.1.1 and the LAN netmask to
255.255.255.248
See also:
ip show, ip addroute, ip delroute
8.3 Logging of Events
The SatLink VSAT logs certain events to a log stored in the RAM. See Appendix K.5 for a list of the
different events and required actions. Use the CLI command log show to show the log in memory.
The events are divided into four different severity levels:
0. Minor
1. Normal
2. Major
3. Critical