CCNP(ROUTER)

17일차 라우터의 STUB과 NSSA

컴공 2013. 6. 3. 09:31
반응형

p58 ospf
process-id  -- ospf가 프로세스가 몇개가 돌아가는지 확인하기 위한 것.
eigrp as랑 다름

IOS 12.3버전이상에서 인터페이스에서도 ospf가 가능하다.

ospf가 돌아가는 중에서 라우터를 구별하는 것이 router id

라우터 구분
형태가 ip주소형태.
## 우선순위
1) router-id로 수동
2) loopback (활성상태중 가장 높은 ip주소)//관리자가 직접적어주기까지 다운될 수 없다.
3) 물리적 인터페이스 중 높은 ip주소

라우터 아이디를 바꾸고 싶으면 재부팅해야함
# 수동설정
Router(config-router)# router-id ip-address

# ospf 정보확인
# sh ip ospf

# 라우터에서 돌아가는 프로토콜 모두 확인
show ip protocols

# 라우팅테이블에서 ospf 몇번만확인
show ip route ospf [process-id]

# 요약된 정보확인
show ip ospf interface [type number]

#
RouterB# show ip ospf neighbor [detail]//서술형식으로 정보 나옴

#
\\\\\\\\\\\\\\\\\\\
OSPF LAB5
R1
en
conf t
int l 0
ip addr 29.29.1.1 255.255.255.0
ip ospf network point-to-multipoint
int s1/0
encap frame
no frame inverse-arp
no shut
int s1/0.12 m
ip addr 29.29.12.1 255.255.255.0
frame-relay interface-dlci 102
ip ospf hello-interval 10
ip ospf dead-interval 40
exi
router ospf 1
network 29.29.1.1 0.0.0.0 area 0
network 29.29.12.1 0.0.0.0 area 0
neighbor 29.29.12.2

R2
en
conf t
int l 0
ip addr 29.29.2.2 255.255.255.0
ip ospf network point-to-multipoint
int s 1/0
no shut
encap frame
no frame inverse-arp
int s1/0.12 m
ip addr 29.29.12.2 255.255.255.0
frame-relay map ip 29.29.12.1 201
ip ospf hello-interval 10
ip ospf dead-interval 40
int s1/0.23 p
ip addr 29.29.23.1 255.255.255.0
frame-relay interface-dlci 203
ip ospf hello-interval 10
ip ospf dead-interval 40
exi
router ospf 2
network 29.29.2.2 0.0.0.0 area 0
network 29.29.12.2 0.0.0.0 area 1
network 29.29.23.1 0.0.0.0 area 0
neighbor 29.29.12.1

R3
en
conf t
int l 0
ip addr 29.29.3.3 255.255.255.0
ip ospf network point-to-multipoint
int s1/0
no shut
encap fram
no frame inverse-arp
int s1/0.23 p
ip addr 29.29.23.2 255.255.255.0
frame-relay interface-dlci 302 broad
ip ospf hello-interval 10
ip ospf dead-interval 40
int s1/0.34 p
ip addr 29.29.34.1 255.255.255.0
frame-relay interface-dlci 304 broad
ip ospf hello-interval 10
ip ospf dead-interval 40
ip ospf network point-to-multipoint
exi
router ospf 3
network 29.29.3.3 0.0.0.0 area 4
network 29.29.23.2 0.0.0.0 area 0
network 29.29.34.1 0.0.0.0 area 4
//broad는 이 다음 말고 그 다음에도 광고를 하겠다는 의미.

R4
en
conf t
int l 0
ip addr 29.29.4.4 255.255.255.0
ip ospf network point-to-multipoint
int s1/0
no shut
encap fram
no frame inverse-arp
int s1/0.34 p
ip addr 29.29.34.2 255.255.255.0
frame-relay interface-dlci 403
ip ospf hello-interval 10
ip ospf dead-interval 40
ip ospf network point-to-multipoint
exi
router ospf 4
network 29.29.4.4 0.0.0.0 area 0
network 29.29.34.2 0.0.0.0 area 0

모든헬로주기 10,40초
루프백 /24로 맞추기

show ip router ospf 했을 때 O IA가 다 떠야되고
7개가 떠야된다.

R2
interface loopback 2
ip addr 2.2.2.2 255.255.255.0
redistribute connected subnets ?
R2(config-router)#redistribute connected subnets metric-type ?
E1,E2가 있는데 기본이 2번이다.
메트릭 값이 20으로 고정되게 정해져있었다.
E1타입(구간을 건너가면 바뀌고) 기본은 E2타입(20으로 유지)이라고 한다.


R3
interface loop 3
ip addr 3.3.3.3 255.255.255.0
router ospf 3
redistribute connected subnets
// 밖에서 끌고 들어오는 것을 적어줘야된다.
eigrp는 외부꺼 끌고들어오면 뒤에 EX가 뜨고 170으로 변경되나 ospf는 110그대로다.

10^8
------------
1544

LSA (링크정보랑 상태정보)
ospf에서 주고 받는 상태정보
백본 (area 0)에는 stub를 설정할 수 없다.
stub을 설정시 정보를 모아 default로 보낼 수 있다.
4가지 stub 종류
일반        완벽하게
sutb   || totally stub
NSSA  || totally NSSA
NSSA --- OSPF에서 봤을 때는 sub인데, 다른 AS와 연결되어 있을 때.


 

 

 

 

 

 

 

 

 

 

 

1 Router LSAs (라우터)
라우터 각각의 개개인 정보
일반정보
2 Network LSAs (네트워크)
DR선출. BMA, NBMA에서 DR 선출
network LSAs 반장정보라고 볼 수 있다.

3 or 4 Summary LSAs (요약)
3 : 외부 Area(ABR)에서 넘어온 정보 O IA라고 뜬다.
4 : 외부 AS(ASBR)로 갈 때 외부 경로가 어디있는지 알려주는 것
## O IA
5 Autonomous system external LSAs (AS 외부)
## O E1,E2
ospf정보 중 E1,E2
AS외부에서 넘어온 정보이기에 E로 표시.
6 Multicast OSPF LSA (멀티캐스트 OSPF)

7 Defined for not-so-stubby areas (NSSA)
## O N1, N2

8 External attributes LSA for Border Gateway Protocol (BGP)

9, 10, 11 Opaque LSAs (미지정)

\\\\\\\\\\\\\\\\
LSA
1 내꺼 광고
2. 내 정보뿐만 아니라 네트워크정보(NS,DR,BDR등 정보)를 전달하면 type2.
3.area 넘으면 O IA로 표기
4
ASBR의 존재자체를 알릴때 사용한다.
5
OE2, E1으로 넘어감 들어오고나서부터는 얘는 외부꺼야라고 과옥
6.
일반 sub설정이 안된 곳에서는 O E1, E2로 나타난다. stub된 곳에서는 O N1,N2로 나타난다.

R1#show ip ospf database

OSPF LSDB
운영 중 확장을 위해 수정이 필요할 때,
가상링크를 사용한다.
R1(config-router) area 2 virtual-link 3.3.3.3
area2번을 지나 백본에어리어와 연결하겠다.

R1(config-router) area 2 virtual-link 3.3.3.3
area2번을 지나 백본에어리어와 연결하겠다.

---------------

 

 

 

 

E1,E2
E1은 나가는 길이 두개일때 우선시하기 위해 변경되는 E1값을 쓴다.

#최대 LSA정보 갯수 제한.
Router(config-router)#max-lsa 12000

passive-interface//그쪽 인터페이스로 정보를 뿌리지 않는다. RIP만. ospf, eigrp는 받지도 뿌리지도 않음.
RIP은 자동으로 동작하므로 passive를 사용한다.(컴퓨터가 라우터와 연결되는경우)

모두 막았다 하나만
R1#
passive-interface default
no passive-interface Serial 0/0/1
하나만 막을 때.
R1#
passive-interface Ethernet 0

# OSPF의 가상링크확인
# sh ip ospf virtual-links

 

 

 

 

 



##OSPF Cost
0.1->1로나타나지 않도록 하는방법
1)계산식에서 조건을 바꿈 10^8-> ^10으로 바꿀 수 있다.
2) 계산식 자체를 바꿈
cost자체를 100으로 바꿔주면 된다.auto-cost reference-bandwidth 10000
10000 M
=> 10^10

R1
en
conf t
int l 0
ip addr 1.1.1.1 255.255.255.0
ip ospf network point-to-point
int s1/0
no shut
encap frame
no frame inverse-arp
int s1/0.13 m
ip addr 1.1.13.1 255.255.255.0
frame map ip 1.1.13.2 103 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10
int s1/0.12 m
ip addr 1.1.12.1 255.255.255.0
frame map ip 1.1.12.2 102 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10

R2
en
conf t
int l 0
ip addr 1.1.2.2 255.255.255.0
ip ospf network point-to-point
int s1/0
no shut
encap frame
no frame inverse-arp
int s1/0.12 m
ip addr 1.1.12.2 255.255.255.0
frame map ip 1.1.12.1 201 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10
int s1/0.24 m
ip addr 1.1.24.1 255.255.255.0
frame map ip 1.1.24.2 204 broadcast
ip ospf network point-to-multipoint
ip ospf hello-interval 10

R3
en
conf t
int l 0
ip addr 1.1.3.3 255.255.255.0
ip ospf network point-to-point
int s1/0
no shut
encap frame
no frame inverse-arp
int s1/0.34 m
no ip split-horizon
ip addr 1.1.34.1 255.255.255.0
frame map ip 1.1.34.2 304 broad
ip ospf hello-interval 10
bandwidth 100000
int s1/0.43 m
no ip split-horizon
ip addr 1.1.43.1 255.255.255.0
frame map ip 1.1.43.2 314 broad
bandwidth 1000000
ip ospf network point-to-multipoint
ip ospf hello-interval 10
int s1/0.13 m
ip addr 1.1.13.2 255.255.255.0
frame map ip 1.1.13.1 301 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10

R4
en
conf t
int l 0
ip addr 1.1.4.4 255.255.255.0
ip ospf network point-to-point
int s1/0
no shut
encap frame
no frame inverse-arp
int s1/0.34 m
ip addr 1.1.34.2 255.255.255.0
frame map ip 1.1.34.1 403 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10
int s1/0.43 m
ip addr 1.1.43.2 255.255.255.0
frame map ip 1.1.43.1 413 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10
int s1/0.24 m
ip addr 1.1.24.2 255.255.255.0
frame map ip 1.1.24.1 402 broad
ip ospf network point-to-multipoint
ip ospf hello-interval 10
------------- 다이나믹 프로토콜 설정
R1
router ospf 1
network 1.1.13.1 0.0.0.0 area 13
network 1.1.12.1 0.0.0.0 area 0
network 1.1.1.1 0.0.0.0 area 0
area 13 virtual-link 1.1.13.2
R2
router ospf 2
network 1.1.12.2 0.0.0.0 area 0
network 1.1.2.2 0.0.0.0 area 24
network 1.1.24.1 0.0.0.0 area 24
area 13 virtual-link 1.1.24.1
R3
router ospf 3
network 1.1.3.3 0.0.0.0 area 13
network 1.1.13.2 0.0.0.0 area 13
network 1.1.34.1 0.0.0.0 area 34
network 1.1.43.1 0.0.0.0 area 43
area 13 virtual-link 1.1.13.1

R4
router ospf 4
network 1.1.4.4 0.0.0.0 area 24
network 1.1.24.2 0.0.0.0 area 24
network 1.1.34.2 0.0.0.0 area 34
network 1.1.43.2 0.0.0.0 area 34
area 24 virtual-link 1.1.24.1

clear ip ospf process
코스트값확인하면 1로 나오고(R2-R4)
가상링크를 두개 이어라.

반응형