본문 바로가기

Network

[BSCI]Route-map을 이용한 PBR 구성하기


LAB: Dynamips 서버를 2개를 실행한다.
PC로 활용할 라우터에 Image를 ram 32M 정도로도 구현되는 파일을 사용한다.

## Dynagen Network File

[localhost]
autostart = true

[[3640]]
image = d:\ios\c3640-jk9o3s-z.123-8.T3.bin
ram = 96
slot0 = NM-1FE-TX
slot1 = NM-4T
idlepc = 0x6055c000
# idlepc = 0x603bc51c

[[Router R11]]
model = 3640
console = 2001
f0/0 = NIO_gen_eth:\Device\NPF_{B279075D-E2EE-4893-9CD3-55420E114881}

[[Router BND]]
model = 3640
console = 2002
s1/0 = R11 s1/0
s1/1 = R12 s1/0
f0/0 = PC1 f0/0

[[Router R12]]
model = 3640
console = 2003


# Dynamips Secondary Server

[localhost:7201]
autostart = true
udp = 20000

[[3640]]
image = d:\ios\c3640-i-mz.123-9a.bin
ram = 32
slot0 = NM-1FE-TX
idlepc = 0x603bc51c

[[Router PC1]]
model = 3640
console = 2004



### Router를 PC로 사용하려면 다음 구성을 한다.
Router(config)# hostname PC1
PC1(config)# no ip routing
PC1(config)# int fa0/0
PC1(config-if)# ip address 192.168.1.2 255.255.255.0
PC1(config-if)# no shutdown
PC1(config-if)# exit
PC1(config)# ip default-gateway 192.168.1.1

### Extended Ping 사용하기

출처 : Tong - DionysosJH님의 CCNP통


'Network' 카테고리의 다른 글

[ONT] Placing and Examining VoIP Calls  (0) 2010.05.23
[ONT] Configuring WFQ  (0) 2010.05.23
[CCNP][ONT] Configuring NBAR  (0) 2009.09.24
[CCNA]L3 LAB 설정 하기  (0) 2009.09.24
[CCNA]Switch(1) LAB구성하기  (0) 2009.09.24
[CCNA]Frame-Relay  (0) 2009.09.24
[CCNA]PPP CHAP 인증방식  (0) 2009.09.24
[CCNA]Switch LAB configuration  (0) 2009.09.24
[CCNA] Access-list (tftp 제어하기)  (0) 2009.09.24
SIP Server install-Brekeke  (1) 2009.04.26