Modifying interface parameters – Alcatel-Lucent 7750 SR OS User Manual

Page 77

Advertising
background image

IP Router Configuration

7750 SR OS Router Configuration Guide

Page 77

Modifying Interface Parameters

Starting at the

config>router

level, navigate down to the router interface context.

To modify an IP address, perform the following steps:

Example

:

A:

ALA-A>config>router# interface “to-sr1

A:

ALA-A>config>router>if# shutdown

A:

ALA-A>config>router>if# no address

A:

ALA-A>config>router>if# address 10.0.0.25/24

A:

ALA-A>config>router>if# no shutdown

To modify a port, perform the following steps:

Example

:

A:

ALA-A>config>router# interface “to-sr1

A:

ALA-A>config>router>if# shutdown

A:

ALA-A>config>router>if# no port

A:

ALA-A>config>router>if# port 1/1/2

A:

ALA-A>config>router>if# no shutdown

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#

Advertising