Difference between revisions of "Pman CCNP 1"

From Teknologisk videncenter
Jump to: navigation, search
(Module 3: OSPF)
(Enable OSPF & Virtual-link)
Line 20: Line 20:
 
====Enable OSPF & Virtual-link====
 
====Enable OSPF & Virtual-link====
  
router ospf 1
+
router ospf 1<br>
router-id 10.0.0.5
+
router-id 10.0.0.5<br>
area 51 virtual-link 10.0.0.6
+
area 51 virtual-link 10.0.0.6<br>
network 10.0.0.5 0.0.0.0 area 51
+
network 10.0.0.5 0.0.0.0 area 51<br>
network 172.16.100.12 0.0.0.3 area 51
+
network 172.16.100.12 0.0.0.3 area 51<br>
network 172.16.100.16 0.0.0.3 area 11
+
network 172.16.100.16 0.0.0.3 area 11<br>

Revision as of 11:02, 11 February 2009

Pman CCNP 1 - Module 2: EIGRP

2.1 EIGRP Fundamentals and Features

  • Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco-proprietary routing protocol. It has been described as a hybrid routing protocol, because it combines the best of distance vector routing protocols with link-state algorithms.

2.2 EIGRP Components and Operation

2.3 Implementing and Verifying EIGRP

2.4 Implementing Advanced EIGRP Features

2.5 Configuring EIGRP Authentication

2.6 Using EIGRP in the Enterprise


Module 3: OSPF

Enable OSPF & Virtual-link

router ospf 1
router-id 10.0.0.5
area 51 virtual-link 10.0.0.6
network 10.0.0.5 0.0.0.0 area 51
network 172.16.100.12 0.0.0.3 area 51
network 172.16.100.16 0.0.0.3 area 11