Ccna Cisco Ip Routing
Ccna Cisco Ip Routing
Ccna Cisco Ip Routing
Visit us
www.mindcert.com
Administrative Distance of 1
Apart from a static route to a connected interface - AD of 0 To get to 1.1.10/24 go via 2.2.2.2
Static Routing
Have to create sub interfaces and tag these with the correct VLAN
First select fa0/1 No L3 info is needed Ensure the interface is up Congure the sub interface Not essential It is good practice to match the sub interface number with the VLAN number
Router(config)#router ospf 1
1 is the process ID Sets the Router ID Places host 1.1.1.1 into the OSPF process Places network 192.168.1.0 into the OSPF process Network is a wildcard entry
Router(config-router)#router-id 192.168.1.1
Router(config-if)#interface fa0/1.1
OSPF
Conguration
Congure L3 on the interface This will become the gateway for the VLAN You can use dot1q or ISL
Router(config-router)#network 192.168.1.0 0.0.0.255 area 0 Router#show ip ospf database Router#show ip ospf neighbor
As this is a trunk, the encapsulation must be set This is where the VLAN is mapped
Show Commands
Dynamic Routing
RIP
Conguration
Router(config-if)#interface fa0/1.2
Administrative Distance of 90
Router(config)#router eigrp 1
Conguration
1 is the Autonomous System ID Places host 1.1.1.1 into EIGRP Places network 192.168.1.0 into EIGRP Network is a wildcard entry
EIGRP
Show commands