Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between OSPF Exteral Type 1 (O E1) &
External Type 2 (O E2) routes????

Answer Posted / jitendera kuamr sin ha

let see the comand

router A
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Serial0/1
ip address 10.1.1.1 255.255.255.252
clockrate 64000
!
router ospf 1
network 10.1.1.0 0.0.0.3 area 0

outer B
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Serial0
ip address 10.1.1.2 255.255.255.252
!
interface Serial 1
ip address 10.1.1.5 255.255.255.252
!
router eigrp 1
network 10.0.0.0
!
router ospf 1
network 10.1.1.0 0.0.0.3 area 0

outer C
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface Loopback1
ip address 5.5.5.5 255.0.0.0
!
interface Loopback2
ip address 6.6.6.6 255.240.0.0
!
interface Loopback3
ip address 145.5.5.5 255.255.0.0
!
interface Loopback4
ip address 146.6.6.6 255.255.240.0
!
interface Loopback5
ip address 205.5.5.5 255.255.255.0
!
interface Loopback6
ip address 206.6.6.6 255.255.255.240
!
interface Serial0
ip address 10.1.1.6 255.255.255.252
!
router eigrp 1
network 5.0.0.0
network 6.0.0.0
network 10.0.0.0
network 145.5.0.0
network 146.6.0.0
network 205.5.5.0
network 206.6.6.0
no auto-summary


Verify that Routers A and B have established an OSPF
neighbor relationship.

rtrA#show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 1 FULL/ - 00:00:36 10.1.1.2 Serial0/1

verify that Routers B and C have formed an EIGRP neighbor
relationship.
trB#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 10.1.1.6 Se1 11 00:25:42 308 2280 0 4

Verify that Router B is receiving the six EIGRP routes from
Router C

rtrB#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF
inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external
type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E
- EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * -
candidate default
U - per-user static route, o - ODR
Gateway of last resort is not set
2.0.0.0/32 is subnetted, 1 subnets
C 2.2.2.2 is directly connected, Loopback0
D 205.5.5.0/24 [90/40640000] via 10.1.1.6, 00:26:25, Serial1
206.6.6.0/28 is subnetted, 1 subnets
D 206.6.6.0 [90/40640000] via 10.1.1.6, 00:26:25, Serial1
D 5.0.0.0/8 [90/40640000] via 10.1.1.6, 00:26:25, Serial1
6.0.0.0/12 is subnetted, 1 subnets
D 6.0.0.0 [90/40640000] via 10.1.1.6, 00:26:25, Serial1
D 145.5.0.0/16 [90/40640000] via 10.1.1.6, 00:26:25, Serial1
10.0.0.0/30 is subnetted, 2 subnets
C 10.1.1.0 is directly connected, Serial0
C 10.1.1.4 is directly connected, Serial1
146.6.0.0/20 is subnetted, 1 subnets
D 146.6.0.0 [90/40640000] via 10.1.1.6, 00:26:27, Serial1


Modify the configuration on Router B to redistribute the
classful EIGRP routes into OSPF.

router ospf 1
redistribute eigrp 1

When the command redistribute eigrp 1 is entered, the router
will give you the following friendly reminder:

rtrB(config-router)#redistribute eigrp 1
% Only classful networks will be redistributed

Determine the routes that have been redistributed by
examining the IP routing table on Router A.

rtrA#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF
inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external
type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E
- EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia -
IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
1.0.0.0/32 is subnetted, 1 subnets
C 1.1.1.1 is directly connected, Loopback0
O E2 205.5.5.0/24 [110/20] via 10.1.1.2, 00:33:23, Serial0/1
O E2 5.0.0.0/8 [110/20] via 10.1.1.2, 00:33:23, Serial0/1
O E2 145.5.0.0/16 [110/20] via 10.1.1.2, 00:33:23, Serial0/1
10.0.0.0/30 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial0/1

nly the EIGRP classful routes were redistributed into OSPF.
As you can see in the routing table on Router A, EIGRP
routes were redistributed as external type 2 with a cost or
metric of 20. This information can also be found by
inspecting the OSPF database on Router B.

rtrB#show ip ospf database external
OSPF Router with ID (2.2.2.2) (Process ID 1)
Type-5 AS External Link States
LS age: 410
Options: (No TOS-capability, DC)
LS Type: AS External Link
Link State ID: 5.0.0.0 (External Network Number )
Advertising Router: 2.2.2.2
LS Seq Number: 80000004
Checksum: 0x642C
Length: 36
Network Mask: /8
Metric Type: 2 (Larger than any link state path)
TOS: 0
Metric: 20
Forward Address: 0.0.0.0
External Route Tag: 0
LS age: 419
Options: (No TOS-capability, DC)
LS Type: AS External Link
Link State ID: 145.5.0.0 (External Network Number )
Advertising Router: 2.2.2.2
LS Seq Number: 80000004
Checksum: 0x5F9
Length: 36
Network Mask: /16
Metric Type: 2 (Larger than any link state path)
TOS: 0
Metric: 20
Forward Address: 0.0.0.0
External Route Tag: 0
LS age: 435
Options: (No TOS-capability, DC)
LS Type: AS External Link
Link State ID: 205.5.5.0 (External Network Number )
Advertising Router: 2.2.2.2
LS Seq Number: 80000004
Checksum: 0xBEFE
Length: 36
Network Mask: /24
Metric Type: 2 (Larger than any link state path)
TOS: 0
Metric: 20
Forward Address: 0.0.0.0
External Route Tag: 0
this is mine confregation so some data like ip address mi
modified nad some data is omoted

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is hsrp is cisco proprietary or introduced by ieee?

1272


What are the different types of passwords that you can use in cisco routers?

1312


GUYS i was refraining the OLD post and i got a good Question and wana make sure that you guys Just did not vist it for answers if you are not Aware google it understand it and then answered it the question is -: Significance of IP helper-address Command on SW? Is it necessary to put this command? you donot wana to give answer please donot visit this question and increase the vistor name if you are thinking that answer is wrong mark it wrong and explain why you are marking it wrong

2127


In port based access-list which command you give instead of ip?

1184


Explain what is the default behavior of access-list?

1055


What are the netbios and netbeui?

1279


What is the difference among straight cable, cross cable and rollover cable?

1154


What is size of ipv4 mac address?

1206


What are the different types of network in ccna?

1233


Explain what are partial updates?

1245


Define topology?

1079


On which interface we always apply access-list?

1200


what does the clock rate do?

1225


What is the key advantage of using a switches?

1173


in stead of 0.0.0.0 wild card mask what u can write after ip?

1066