Pages

Monday, November 25, 2013

Interface and port configuration in Alcatel Routers

Use the following commands to configure interfaces and ports in alcatel router.
Note that each port should be given no shutdown command individually to make the port up.

Interface configuration
*A:NS085167016# configure
*A:NS085167016>config# router
*A:NS085167016>config>router# interface To-R1
*A:NS085167016>config>router>if$ address 10.0.0.2/28
*A:NS085167016>config>router>if$ port 1/2/1
*A:NS085167016>config>router>if$ no shutdown
*A:NS085167016>config>router>if$ exit
*A:NS085167016>config>router# interface To-R2
*A:NS085167016>config>router>if$ address 10.0.0.34/28
*A:NS085167016>config>router>if$ port 1/2/2
*A:NS085167016>config>router>if$ no shutdown
*A:NS085167016>config>router>if$ exit
*A:NS085167016>config>router# interface To-R4
*A:NS085167016>config>router>if$ address 10.0.0.49/28
*A:NS085167016>config>router>if$ port 1/2/3
*A:NS085167016>config>router>if$ no shutdown
*A:NS085167016>config>router>if$ exit
*A:NS085167016>config>router# interface To-R5
*A:NS085167016>config>router>if$ address 10.0.0.65/28
*A:NS085167016>config>router>if$ port 1/2/4
*A:NS085167016>config>router>if$ no shutdown
*A:NS085167016>config>router>if$ exit
*A:NS085167016>config>router# exit

Port configuration
*A:NS085167016>config# port 1/2/1
*A:NS085167016>config>port# no shutdown
*A:NS085167016>config>port# exit
*A:NS085167016>config# port 1/2/2
*A:NS085167016>config>port# no shutdown
*A:NS085167016>config>port# exit
*A:NS085167016>config# port 1/2/3
*A:NS085167016>config>port# no shutdown
*A:NS085167016>config>port# exit
*A:NS085167016>config# port 1/2/4
*A:NS085167016>config>port# no shutdown
*A:NS085167016>config>port# exit


1 comment: