Engineering/[Network]
[Dell Switch]
qahuni
2014. 9. 11. 22:21
* Policy Based Routing
100.100.11.0/24 를 Src로 하는 패킷은 PBR에 적용하되 100.100.11.0/24 간에는 PBR에 적용받지 않게 한다. (Dell Switch Firmware 6.1.1.7 이전 버전에는 PBR를 포함한 많은 버그가 있으니 이상 버전으로 업그레이드하여 사용한다. ip access-list V11 permit ip 100.100.11.0 0.0.0.255 any exit ip access-list V11-NONE permit ip any 100.100.11.0 0.0.0.255 exit route-map "V11" deny 10 match ip address V11-NONE exit route-map "V11" permit 20 match ip address V11 set ip next-hop 100.100.11.251 100.100.11.252 exit interface vlan 11 ip address 100.100.11.1 255.255.255.0 ip policy route-map V11 exit |
* SFP not qualified and is disabled
- 기본 보증동작하지 않는 transceiver 를 인식시키기 위해 다음 명령을 수행한다.
OS10# allow unsupported-transceiver |