HTTP 트래픽을 중요한 시스템으로 리디렉션하도록 3550 L3 스위치를 구성했습니다.
이것은 내 시나리오입니다 (라우터 대신 PC).
이것이 스위치 구성입니다.
CAT3550# show running-config
Building configuration...
.
.
!
interface Vlan1
ip address 10.10.10.1 255.255.255.0
!
interface Vlan2
ip address 20.20.20.1 255.255.255.0
ip policy route-map pbr
!
interface Vlan3
ip address 30.30.30.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 10.10.10.2
ip classless
ip http server
!
!
access-list 10 permit 20.20.20.0 0.0.0.255
route-map pbr permit 10
match ip address 10
set ip next-hop 30.30.30.2
!
.
!
end
PC에서 IP 주소와 GW를 넣었습니다.
예를 들어 10.10.10.2이고 gw는 10.10.10.1입니다.
내 질문은 :
한 컴퓨터에서 다른 컴퓨터로 핑 (ping) 할 수없는 이유 (예 : 20.20.20.4) :
핑 10.10.10.2
return : 요청 시간이 초과되었습니다.