例子︰ • Deny UDP port 32 and TCP port 23 traffic to the 10.2.XX network. • All other TCP port 23 traffic destined for other 10.X.X.X networks is permitted using QoS profile Qp4. • All remaining traffic to 10.2.0.0 uses QoS profile Qp3. With no default rule specified, all remaining traffic is allowed using the default QoS profile. create access-list deny102_32 udp dest 10.2.0.0/16 ip-port 32 source any ip-port any deny ports any(我理解是交換機的所有端口) precedence 10 create access-list deny102_23 tcp dest 10.2.0.0/16 ip-port 23 source any ip-port any deny ports any precedence 20 create access-list allow10_23 tcp dest 10.0.0.0/8 ip-port 23 source any ip-port any permit qosprofile qp4 ports any precedence 30 create access-list allow102 ip dest 10.2.0.0/16 source 0.0.0.0/0 permit qosprofile qp3 ports any precedence 40
show access-list {<name> | port <portlist>} show access-list-monitor
過濾ICMP包︰ echo的icmp code是8 echo reply的code是0 create access-list denyping icmp destination any source any type 8 code 0 deny ports any
配置NAT 1. Enable nat #啟用nat 2. 建立nat規則(動態和靜態) Static NAT Rule Example config nat add out_vlan_1 map source 192.168.1.12/32 to 216.52.8.32/32 Dynamic NAT Rule Example config nat add out_vlan_1 map source 192.168.1.0/24 to 216.52.8.1 - 216.52.8.31 Portmap NAT Rule Example config nat add out_vlan_2 map source 192.168.2.0/25 to 216.52.8.32 /28 both portmap Portmap Min-Max Example config nat add out_vlan_2 map source 192.168.2.128/25 to 216.52.8.64/28 tcp portmap 1024 - 8192
3. show nat rules {vlan <outside_vlan>} show nat stats 檢查 disable nat 關閉nat
一般配置︰
1.先建立一個vlan
create vlan test
2.然後在配置vlan的界面位址
configure vlan test ipaddress config vlan test ipaddress 123.45.67.8 / 24 configure test tag 900 為test 打標籤為900
3. 配置缺省通訊閘
config iproute add default <gateway>
4.Save 存儲配置文件 5.configure test add ports 45 tagged 增加45進test vlan 6.configure ports 45 auto on 配置45端口 7.enable ports 45 使能45端口 8.Enable ipforwarding on the <vlan name> 使vlan能夠轉發ip 9.conf vlan xxx proto ip #重要,不然不能添加端口untaggedsu
二、NSRP典型結構與配置 1、Layer3 口型A/P組網模式 Layer3 口型A/P組網模式是當前很多企業廣泛採用的HA模式,該模式具有對網絡環境要求不高,無需網絡結構做較大調整,具有較好冗餘性、便於管理維護等優點。缺點是Netscreen防火牆利用率不高,同一時間只有一台防火牆處理網絡流量;冗餘程度有限,僅在一側鏈路和設備出現故障時提供冗餘切換。Layer3 口型組網A/P模式具有較強冗餘性、低端口成本和網絡結構簡單、便於維護管理等角度考慮,成為很多企業選用該組網模式的標準。 配置說明:兩台Netscreen設備採用相同硬件型號和軟件版本,組成Active/Passive冗餘模式,兩台防火牆均使用一致的Ethernet接口編號連接到網絡。通過雙HA端口或將2Ethernet接口放入HA區段,其中控制鏈路用於NSRP心跳信息、配置信息和Session會話同步,數據鏈路用於在兩防火牆間必要時傳輸數據流量。 NS-A(主用): Set hostname NS-A /***定義主機名***/ Set interface ethernet1 zone untrust Set interface ethernet1 ip 100.1.1.4/29 Set interface ethernet1 route Set interface ethernet2 zone trust Set interface ethernet2 ip 192.168.1.4/29 Set interface ethernet2 route Set interface mgt ip 192.168.2.1/24 /***通過管理口遠程管理NS-A***/ /***配置接口:Untrust/Trust Layer3路由模式** */ Set interface ethernet3 zone HA Set interface ethernet4 zone HA /***Eth3和Eth4口用於HA互連,用於同步配置文件、會話信息和跟踪設備狀態信息***/ set nsrp cluster id 1 set nsrp rto-mirror sync set nsrp vsd-group id 0 priority 50 /***缺省值為100,低值優先成為主用設備***/ set nsrp monitor interface ethernet2 set nsrp monitor interface ethernet1 /***配置NSRP :Vsd-group缺省為0,VSI使用物理接口IP地址,非搶占模式***/ NS-B(備用): Set hostname NS-B /***定義主機名***/ Set interface ethernet1 zone Untrust Set interface ethernet1 ip 100.1.1.4/29 Set interface ethernet1 route Set interface ethernet2 zone trust Set interface ethernet2 ip 192.168.1.4/29 Set interface ethernet2 route Set interface mgt ip 192.168.2.2/24 /***通過管理口遠程管理NS-A***/ /***配置接口:Untrust/Trust Layer3路由模式***/ Set interface ethernet3 zone HA Set interface ethernet4 zone HA /***Eth3和Eth4口用於HA互連,用於同步配置文件、會話信息和跟踪設備狀態信息***/ set nsrp cluster id 1 set nsrp rto-mirror sync set nsrp vsd-group id 0 priority 100 set nsrp monitor interface ethernet2 set nsrp monitor interface ethernet1 /***Vsd -group缺省為0,VSI使用物理接口IP地址,備用設備:優先級100,成為非搶占模式***/ 2、Layer3 Fullmesh A/P組網模式 Layer3 Fullmesh連接A/P組網使用全交叉網絡連接模式,容許在同一設備上提供鏈路級冗餘,發生鏈路故障時,由備用鏈路接管網絡流量,防火牆間無需進行狀態切換。僅在上行或下行兩條鏈路同時發生故障情況下,防火牆才會進行狀態切換,Fullmesh連接進一步提高了業務的可靠性。該組網模式在提供設備冗餘的同時提供鏈路級冗餘,成為很多企業部署關鍵業務時的最佳選擇。 NS-A(Active): Set hostname NS-A /***定義主機名***/ Set interface mgt ip 192.168.2.1/24 /***通過管理口遠程管理NS-A***/ Set interface red1 zone Untrust /***創建冗餘接口1***/ Set interface e1 zone null Set interface e1 group red1 Set interface e2 zone null Set interface e2 group red1 Set interface red1 ip 10.1.1.4/29 Set interface red2 zone trust Set interface e3 zone null Set interface e3 group red2 Set interface e4 zone null Set interface e4 group red2 Set interface red2 ip 192.168.1.4/29 /***配置接口:Untrust/Trust Layer3路由模式***/ Set interface ethernet7 zone ha Set interface ethernet8 zone ha set nsrp cluster id 1 set nsrp rto-mirror sync /***容許會話信息自動同步***/ set nsrp vsd-group id 0 priority 50 set nsrp monitor interface ethernet2 set nsrp monitor interface ethernet1 / ***配置NSRP:Vsd-group缺省為0,VSI使用物理接口IP地址,優先級為50,非搶占模式***/ NS-B(Backup): Set hostname NS-B /***定義主機名***/ Set interface mgt ip 192.168.2.2/24 /***通過管理口遠程管理NS-A***/ Set interface red1 zone Untrust /***創建冗餘接口***/ Set interface e1 zone null Set interface e1 group red1 /***將該物理接口放置到冗餘接口中***/ Set interface e2 zone null Set interface e2 group red1 Set interface red1 ip 10.1.1.4/29 Set interface red2 zone trust Set interface e3 zone null Set interface e3 group red2 Set interface e4 zone null Set interface e4 group red2 Set interface red2 ip 192.168.1.4/29 /***配置接口:Untrust/Trust Layer3路由模式***/ Set interface ethernet7 zone ha Set interface ethernet8 zone ha set nsrp cluster id 1 set nsrp rto-mirror sync /***容許會話信息自動同步***/ set nsrp vsd-group id 0 priority 100 set nsrp monitor interface ethernet2 set nsrp monitor interface ethernet1 / ***Vsd-group缺省為0,VSI使用物理接口IP地址,備用設備***/