카테고리 없음

fffr

컴공 2013. 5. 21. 11:55
반응형

프레임릴레이를 설정하고 static으로 라우터를 설정하라. 5번
R1
int loop 0
ip addr 10.10.1.1 255.255.255.0
interface s 1/0
encapsulation frame-relay
no frame-relay inverse-arp
no shut
ip address 1.1.12.1 255.255.255.252
no frame-relay inverse-arp
frame-relay map ip 1.1.12.2 102
frame-relay map ip 10.10.2.1 102
ip route 10.10.2.0 255.255.255.0 1.1.12.2

R2
int loop 0
ip addr 10.10.2.1 255.255.255.0
interface s 1/0
encapsulation frame-relay
no frame-relay inverse-arp
no shut
exi
interface s1/0.12 p
ip address 1.1.12.2 255.255.255.252
no frame-relay inverse-arp
frame-relay interface-dlci 201

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형