CCNA Explorer 2 Static Routing
From Teknologisk videncenter
Contents
Static Routing
Routers and Network
Examining the Connections of the Router
Examining Router Interfaces
Vis kommandoerne i packet tracer
|
Configure an Ethernet Interface
R1(config)#interface fastethernet 0/0 R1(config-if)#ip address 172.16.3.1 255.255.255.0 R1(config-if)#no shutdown
Verify Ethernet interfaces
show interfaces fastethernet 0/0
show ip interface brief
Router#show running-config <output omitted> interface FastEthernet0/0 ip address 172.16.3.1 255.255.255.0 <output omitted>
Router(config-if)#int fa0/1 Router(config-if)#ip address 172.16.3.2 255.255.255.0 172.16.3.0 overlaps with FastEthernet0/0 Router(config-if)#