Common Configuration Tasks
62 7705 SAR OS Router Configuration Guide
The following example displays the system name output.
A:ALU-A>config>system# info
#------------------------------------------
# System Configuration
#------------------------------------------
name "ALU-A"
location "Kanata, ON, Canada"
snmp
exit
...
exit
----------------------------------------------
Configuring Interfaces
The following command sequences create a system interface and a logical IP interface. The
system interface assigns an IP address to the interface, and then associates the IP interface
with a physical port. The logical interface can associate attributes like an IP address or port.
The system interface cannot be deleted.
Configuring a System Interface
Use the following CLI syntax to configure a system interface:
CLI Syntax: config>router
interface ip-int-name
address {ip-addr/mask-length}|
{ip-addr/netmask}
Example: config>router# interface system
config>router>if# address 10.10.10.104/32
config>router>if# exit