You are on page 1of 4

Configure router interface

Topology

Configure router interface


SR_1
Configure Port
A:SR_1# configure port 1/1/1
A:SR_1>config>port# description test
A:SR_1>config>port# ethernet mode network
A:SR_1>config>port# no shutdown
Checking port
A:SR_1# show port
A:SR_1# show port 1/1/1
Configure Interface
A:SR_1# configure router interface test_1
A:SR_1>config>router>if# description test_1
A:SR_1>config>router>if# address 192.168.1.1/24
A:SR_1>config>router>if# port 1/1/1
A:SR_1>config>router>if# no shutdown
Checking Interface
Show router interface
Show router interface test_1

Configure router interface


SR_2
Configure Port
A:SR_2# configure port 1/1/1
A:SR_2>config>port# description test
A:SR_2>config>port# ethernet mode network
A:SR_2>config>port# no shutdown
Checking port
A:SR_2# show port
A:SR_2# show port 1/1/1
Configure Interface
A:SR_2# configure router interface test_1
A:SR_2>config>router>if# description test_2
A:SR_2>config>router>if# address 192.168.1.2/24
A:SR_2>config>router>if# port 1/1/1
A:SR_2>config>router>if# no shutdown
Checking Interface
Show router interface
Show router interface test_2

Configure router interface


Testing
From SR_1 should be able to ping SR_2
A:SR_1#ping 192.168.1.2

From SR_1 should be able to ping SR_2


A:SR_2#ping 192.168.1.1

You might also like