Service Management Tasks
86 Router Configuration Guide
The following example displays the interface configuration:
A:ALA-A>config>router# info
#------------------------------------------
# IP Configuration
#------------------------------------------
interface "system"
address 10.0.0.103/32
exit
interface "to-sr1"
address 10.0.0.25/24
port 1/1/2
exit
router-id 10.10.0.3
#------------------------------------------
A:ALA-A>config>router#
Deleting a Logical IP Interface
The no form of the interface command typically removes the entry, but all entity associations
must be shut down and/or deleted before an interface can be deleted.
Step 1. Before an IP interface can be deleted, it must first be administratively disabled with
the shutdown command.
Step 2. After the interface has been shut down, it can then be deleted with the no interface
command.
CLI Syntax: config>router
no interface ip-int-name
Example: config>router# interface test-interface
config>router>if# shutdown
config>router>if# exit
config>router# no interface test-interface
config>router#