For the Horde!!

검색어 : Study (41)

  1. 2014. 11. 27. Frame-relay [PPP, Multi] 2014.11.27
  2. 2014. 11. 25. Frame-relay 1 : 多 2014.11.26
  3. 2014. 11. 25. Frame-relay 2014.11.25
  4. 2014. 11. 25. PPP 2014.11.25

2014. 11. 27. Frame-relay [PPP, Multi]

 

 

 R1 [ Seoul ]

!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 no frame-relay inverse-arp
 frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
 ip address 10.1.12.1 255.255.255.252
 snmp trap link-status
 frame-relay interface-dlci 102
!
interface Serial1/0.2 multipoint
 ip address 10.1.123.1 255.255.255.248
 ip ospf priority 10 
 snmp trap link-status
 frame-relay map ip 10.1.123.3 103 broadcast
 frame-relay map ip 10.1.123.4 104 broadcast
!

router ospf 1
 log-adjacency-changes
 network 10.1.1.0 0.0.0.255 area 1
 network 10.1.12.0 0.0.0.3 area 1
 network 10.1.123.0 0.0.0.7 area 0
 neighbor 10.1.123.3
 neighbor 10.1.123.4
!

Seoul#sh ip route
     10.0.0.0/8 is variably subnetted, 6 subnets, 4 masks
C       10.1.12.0/30 is directly connected, Serial1/0.1
O       10.1.2.1/32 [110/65] via 10.1.12.2, 00:30:30, Serial1/0.1
O       10.1.3.1/32 [110/65] via 10.1.123.3, 00:28:40, Serial1/0.2
C       10.1.1.0/24 is directly connected, Loopback0
O       10.1.4.1/32 [110/65] via 10.1.123.4, 00:28:15, Serial1/0.2
C       10.1.123.0/29 is directly connected, Serial1/0.2

Seoul#sh ip ospf neighbor

Neighbor ID     Pri   State               Dead Time   Address         Interface
10.1.3.1          1   FULL/DROTHER    00:01:57    10.1.123.3      Serial1/0.2
10.1.4.1          1   FULL/DR              00:01:35    10.1.123.4      Serial1/0.2
10.1.2.1          0   FULL/  -               00:00:31    10.1.12.2       Serial1/0.1

 

 R2 [ Incheon ]

!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 no frame-relay inverse-arp
 frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
 ip address 10.1.12.2 255.255.255.252
 snmp trap link-status
 frame-relay interface-dlci 201
!

router ospf 1
 log-adjacency-changes
 network 10.1.2.0 0.0.0.255 area 1
 network 10.1.12.0 0.0.0.3 area 1
!

Incheon#sh ip route

     10.0.0.0/8 is variably subnetted, 6 subnets, 4 masks
C       10.1.12.0/30 is directly connected, Serial1/0.1
O IA    10.1.3.1/32 [110/129] via 10.1.12.1, 00:31:36, Serial1/0.1
C       10.1.2.0/24 is directly connected, Loopback0
O       10.1.1.1/32 [110/65] via 10.1.12.1, 00:33:26, Serial1/0.1
O IA    10.1.4.1/32 [110/129] via 10.1.12.1, 00:31:11, Serial1/0.1
O IA    10.1.123.0/29 [110/128] via 10.1.12.1, 00:33:26, Serial1/0.1

Incheon#sh ip ospf neighbor

Neighbor ID     Pri   State           Dead Time   Address         Interface
10.1.1.1          0   FULL/  -        00:00:39    10.1.12.1       Serial1/0.1

 

R3 [ Gwangju ]

!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 no frame-relay inverse-arp
 frame-relay lmi-type ansi
!
interface Serial1/0.1 multipoint
 ip address 10.1.123.3 255.255.255.248
 snmp trap link-status
 frame-relay map ip 10.1.123.1 301 broadcast
 frame-relay map ip 10.1.123.4 301 broadcast
!
router ospf 1
 log-adjacency-changes
 network 10.1.3.0 0.0.0.255 area 0
 network 10.1.123.0 0.0.0.7 area 0
!

Gwangju#sh ip route
     10.0.0.0/8 is variably subnetted, 6 subnets, 4 masks
O IA    10.1.12.0/30 [110/128] via 10.1.123.1, 00:34:50, Serial1/0.1
C       10.1.3.0/24 is directly connected, Loopback0
O IA    10.1.2.1/32 [110/129] via 10.1.123.1, 00:34:50, Serial1/0.1
O IA    10.1.1.1/32 [110/65] via 10.1.123.1, 00:34:50, Serial1/0.1
O       10.1.4.1/32 [110/129] via 10.1.123.1, 00:34:15, Serial1/0.1
C       10.1.123.0/29 is directly connected, Serial1/0.1

Gwangju#sh ip ospf neighbor

Neighbor ID     Pri   State           Dead Time   Address         Interface
10.1.1.1         10   FULL/BDR        00:01:50    10.1.123.1      Serial1/0.1

 

 R4 [ Busan ]

!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 no frame-relay inverse-arp
 frame-relay lmi-type ansi
!
interface Serial1/0.1 multipoint
 ip address 10.1.123.4 255.255.255.248
 snmp trap link-status
 frame-relay map ip 10.1.123.1 401 broadcast
 frame-relay map ip 10.1.123.3 401 broadcast
!
router ospf 1
 log-adjacency-changes
 network 10.1.4.0 0.0.0.255 area 0
 network 10.1.123.0 0.0.0.7 area 0
!

Busan#sh ip route
     10.0.0.0/8 is variably subnetted, 6 subnets, 4 masks
O IA    10.1.12.0/30 [110/128] via 10.1.123.1, 00:38:19, Serial1/0.1
O IA    10.1.2.1/32 [110/129] via 10.1.123.1, 00:38:19, Serial1/0.1
O       10.1.3.1/32 [110/129] via 10.1.123.1, 00:38:19, Serial1/0.1
O IA    10.1.1.1/32 [110/65] via 10.1.123.1, 00:38:19, Serial1/0.1
C       10.1.4.0/24 is directly connected, Loopback0
C       10.1.123.0/29 is directly connected, Serial1/0.1

Busan#sh ip ospf neighbor

Neighbor ID     Pri   State           Dead Time   Address         Interface
10.1.1.1         10   FULL/BDR        00:01:37    10.1.123.1      Serial1/0.1

 

'Study > Cisco' 카테고리의 다른 글

2014. 12. 09. STP 루트 지정  (0) 2014.12.09
IPv6 frame-relay  (0) 2014.12.03
2014. 11. 25. Frame-relay 1 : 多  (0) 2014.11.26
2014. 11. 25. PPP  (0) 2014.11.25
2014. 11. 24. PAT  (0) 2014.11.24
   

2014. 11. 25. Frame-relay 1 : 多

 

 

 R1 (S)

!
interface Serial0/2
 no ip address
 encapsulation frame-relay
 no frame-relay inverse-arp
 frame-relay lmi-type ansi
!
interface Serial0/2.1 point-to-point
 ip address 10.1.12.1 255.255.255.252
 frame-relay interface-dlci 102
!
interface Serial0/2.2 point-to-point
 ip address 10.1.12.5 255.255.255.252
 frame-relay interface-dlci 103
!
interface Serial0/2.3 point-to-point
 ip address 10.1.12.9 255.255.255.252
 frame-relay interface-dlci 104
!
router eigrp 1
 network 10.1.1.0 0.0.0.255
 network 10.1.12.0 0.0.0.3
 network 10.1.12.4 0.0.0.3
 network 10.1.12.8 0.0.0.3
 auto-summary

!

Seoul#sh frame-relay map
Serial0/2.2 (up): point-to-point dlci, dlci 103(0x67,0x1870), broadcast
          status defined, active
Serial0/2.3 (up): point-to-point dlci, dlci 104(0x68,0x1880), broadcast
          status defined, active
Serial0/2.1 (up): point-to-point dlci, dlci 102(0x66,0x1860), broadcast
          status defined, active

 

 Frame 

!
interface Serial0
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 102 interface Serial1 201
 frame-relay route 103 interface Serial2 301
 frame-relay route 104 interface Serial3 401
!
interface Serial0.1 point-to-point
!
interface Serial1
 no ip address
 encapsulation frame-relay
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 105 interface Serial2 501
 frame-relay route 106 interface Serial3 601
 frame-relay route 201 interface Serial0 102
!
interface Serial2
 no ip address
 encapsulation frame-relay
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 107 interface Serial3 701
 frame-relay route 301 interface Serial0 103
 frame-relay route 501 interface Serial1 105
!
interface Serial3
 no ip address
 encapsulation frame-relay
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 401 interface Serial0 104
 frame-relay route 601 interface Serial1 106
 frame-relay route 701 interface Serial2 107
!

 

 

 

http://light99.egloos.com/5060775 참고

 

'Study > Cisco' 카테고리의 다른 글

IPv6 frame-relay  (0) 2014.12.03
2014. 11. 27. Frame-relay [PPP, Multi]  (0) 2014.11.27
2014. 11. 25. PPP  (0) 2014.11.25
2014. 11. 24. PAT  (0) 2014.11.24
2014. 11. 20. NAT Dynamic  (0) 2014.11.20
   

2014. 11. 25. Frame-relay

 Frame-relay

 - 프레임 릴레이는 데이터를 전송하기 위한 과정을 정의하는 ITU-T, ANSI의 표준이다.
  * 프레임 릴레이는 Layer 2 Protocol 이면서, Virtual circuit을 사용하여 연결한다.
  * Connection-oriented Service를 제공한다. (연결확인 후 통신)
  * 프레임 릴레이는 라우터와 서비스 제공업체의 로컬 액세스 스위칭 장비 사이의 연결
      과정을 정의한다.
  * 프레임 릴레이는 연결 식별자들을 단일 물리 전송 링크에서 많은 논리적인

      가상회선들을 통계적으로 다중화하는 수단을 제공한다.
  * 서비스 제공업체의 스위칭 장비는 연결 식별자를 출력 포트에 맵핑하는

      테이블을 만든다.

  * 1 : 多 구간 ( NBMA구간 )

 - 프레임 릴레이 구간에서 split horizon 피하는 방법 2가지

  * 서브 인터페이스로 나눈다

  * 토폴로지 구성을 full-mesh 구조로 설계한다.

 

 프레임 릴레이 용어

 

- Local Access Rate : Frame Relay Cloud 연결에서의 Clock Speed 를 말한다.


- 가상회선(VC) : 두 개의 네트워크 디바이스간의 통신을 보장하기 위해서 만들어지는
          논리적인 회선. 가상회선은 PVC or SVC가 될 수 있다.


- PVC(Permanent Virtual Circuit) : 영구적으로 설정되는 가상회선


- SVC(Switched Virtual Circuit) : 요구에 의해서 동적으로 설립되고 전송이 끝날 때
          해제되는 가상회선. SVC는 데이터 전송이 가끔씩 일어나는 상황에서 사용된다.


- DLCI(Data-Link Connection Identifier) : 라우터와 프레임릴레이 스위치 사이의
          논리적인 회선을 식별하는 번호이다. 프레임 릴레이 스위치는 PVC를 만들기

          위해서 라우터 쌍에 DLCI를 할당한다.


- CIR(Common Information Rate) : Frame Relay Switch의 최소보장Transfer Rate
          Service provider는 CIR 값을 넘어서는 Packet Burst를 허용한다. CIR를

          넘어서는 Packet Burst는 유사시에 버려 질 수 있다.


- Oversubscription : access line speed를 넘어서 Packet을 전송되는 것을 말한다.

 

- Be(Excess Burst) : CIR을 넘어서 Frame Relay Switch가 Transfer하는 Rate이다.


- Bc(Committed Burst) : Frame Relay Switch 가 Transfer 해 줄 수 있는 최대

           Transfer Rate이다.


- DE(Discard Eligibility) : Router가 CIR을 넘어서는 Traffic에 대해서 설정하는 bit로 ,
           Network Congestion의 경우, FR Switch는 DE bit가 설정된 Packet을

           먼저 drop 시킨다.


- IARP(Inverse Address Resolution Protocol) : 네트워크 계층 주소를 DLCI와

           동적으로 연관시키는 방법이다. 이것은 라우터가 VC와 연관된 디바이스의

           네트워크 계층 주소를 발견하도록 한다.


- LMI(Local Management Interface) : 라우터 와 F/R Switch간의 연결과 유지

           상태를 관리하는 책임을 가지는 F/R간의 시그널링 표준이다.


- FECN(Forward Explicit Congestion Notification) : frame relay switch가 

           congestion을 인지한 경우, Destination Device에 보내는 Message이다.


- BECN(Backward Explicit Congestion Notification) : frame relay switch가

           congestion을 인지한 경우, Source Router에 보내는 Message이다.

 

- Inverse ARP : DLCI와 Network Address를 매칭시켜줌

 

 

 LMI

 - LMI TYPE 3가지

  * ansi : ANSI 표준 T1.617 에 의해 정의된다.
  * q933a : ITU-T 표준
  * cisco : 시스코에 의해 정의된 LMI 타입

 - LMI 수신시 업데이트 되는 VC 상태 3가지

  * Active : 연결이 활성화 되고 라우터가 데이터를 교환할 수 있다
  * Inactive : F/R 스위치에 대한 로컬 연결은 작동 중이지만, 라우터의 연결은

                     작동하지 않음
  * Deleted : F/R 스위치로부터 어떤 LMI도 수신하지 못했고, 서비스도 없다는

                     것을 가리킴

 

 Frame-Relay - Lab 구성 진행 순서

 구분

 Topology

 Split Horizon 해제 

 단일 인터페이스

 Point to Point 

 불필요

 다중 인터페이스

 (Sub interface)

 Point to Point 

 Star mesh

 불필요 

 Full mesh

 불필요
 Multi Point  Star mesh

 해제 필요 

 Full mesh

 불필요

 

 

'Study > Net' 카테고리의 다른 글

Cisco Tftp  (0) 2015.01.27
2015. 01. 26. ZFW  (0) 2015.01.26
2014. 11. 24. WAN 이론  (0) 2014.11.24
2014. 11. 19. NAT/PAT 이론  (0) 2014.11.19
2014. 11. 18. Access-List 이론  (0) 2014.11.18
   

2014. 11. 25. PPP

 

 

 PPP 디버그 ( 라인 다운 -> 업 )

Seoul#debug ppp authentication

PPP authentication debugging is on

Seoul#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Seoul(config)#int s 0/0/1

Seoul(config-if)#sh

 

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to administratively down


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to down


00:25:22: %OSPF-5-ADJCHG: Process 1, Nbr 10.1.13.2 on Serial0/0/1 from FULL to DOWN, Neighbor Down: Interface down or detached


Seoul(config-if)#no sh

 

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up


Serial0/0/1 Using hostname from interface PAP


Serial0/0/1 Using password from interface PAP


Serial0/0/1 PAP: O AUTH-REQ id 17 len 15


Serial0/0/1 PAP: Phase is FORWARDING, Attempting Forward

 

Serial0/0/1 PAP: I AUTH-REQ id 17 len 15


Serial0/0/1 PAP: Authenticating peer


Serial0/0/1 PAP: Phase is FORWARDING, Attempting Forward

 

Serial0/0/1 Using hostname from interface PAP


Serial0/0/1 Using password from interface PAP


Serial0/0/1 PAP: O AUTH-REQ id 17 len 15


Serial0/0/1 PAP: Phase is FORWARDING, Attempting Forward


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

 

00:25:43: %OSPF-5-ADJCHG: Process 1, Nbr 10.1.13.2 on Serial0/0/1 from LOADING to FULL, Loading Done

 

'Study > Cisco' 카테고리의 다른 글

2014. 11. 27. Frame-relay [PPP, Multi]  (0) 2014.11.27
2014. 11. 25. Frame-relay 1 : 多  (0) 2014.11.26
2014. 11. 24. PAT  (0) 2014.11.24
2014. 11. 20. NAT Dynamic  (0) 2014.11.20
2014. 11. 19. Access-List 실습 ( VTY )  (0) 2014.11.19
   
1 2 3 4 5 6 ··· 11