网络架构为三层交换机7506做为网关和三层交换机。连接防火墙。防火墙做为外网出口。
目前 vlan 10 做的限速策略生效。但是配置基本一样的vlan 19 限速功能不生效,请问是什么原因。谢谢
object-group ip address "vlan 10"
description 192.168.0.0 (定义这个网段,并对这个网段进行限速)
0 network subnet 192.168.0.0 255.255.255.0
object-group ip address "Vlan 19"
 description vlan19 (192.168.9.0)(定义这个网段,并对这个网段进行限速)
 0 network range 192.168.9.100 192.168.9.240
interface GigabitEthernet1/0/6  (专线出口)
 port link-mode route
 ip address 200.200.200.200 255.255.255.224
 tcp mss 1024
 nat outbound 3000
interface GigabitEthernet1/0/14
 port link-mode bridge
 description to_SW-CORE_G1/3/0/1 (连接三层交换机 三层交换机做内网网关)
 port access vlan 200
#
security-zone name Trust
 import interface Vlan-interface10
 import interface Vlan-interface200
 import interface Bridge-Aggregation1 vlan 200
 import interface Bridge-Aggregation2 vlan 10
 import interface GigabitEthernet1/0/14 vlan 200 (和核心交换机的接口)
 import interface GigabitEthernet1/0/15 vlan 10
 import interface GigabitEthernet2/0/14 vlan 200
 import interface GigabitEthernet2/0/15 vlan 10
security-zone name Untrust
 import interface Dialer1
 import interface Dialer2
 import interface Dialer3
 import interface Dialer4
 import interface Dialer5
 import interface GigabitEthernet1/0/5
 import interface GigabitEthernet1/0/6 (专线出口)
 import interface GigabitEthernet1/0/7
 import interface GigabitEthernet2/0/5
 import interface GigabitEthernet2/0/6
 import interface Vlan-interface140
 import interface GigabitEthernet1/0/4 vlan 140
#
 ip route-static 0.0.0.0 0 200.200.200.201
traffic-policy
 rule name "vlan 10"
  action qos profile "vlan 10"
  source-address address-set "vlan 10"
 rule name "vlan 19"
  action qos profile "vlan 19"
  destination-address address-set "Vlan 19"
 profile name "vlan 10"
  bandwidth downstream guaranteed 40000
  bandwidth downstream maximum 40000
  bandwidth upstream guaranteed 40000
  bandwidth upstream maximum 40000
  traffic-priority 7
  bandwidth upstream maximum per-ip 20000
  bandwidth downstream maximum per-ip 20000
 profile name "vlan 19"
  connection-limit count per-ip 500
  bandwidth upstream maximum per-ip 10000
  bandwidth downstream maximum per-ip 5
object-policy ip untrust_to_trust
 rule 0 pass destination-ip add_server service service_port logging counting
#
interface Bridge-Aggregation2  (vlan19 没有配置这个代码)
 port access vlan 10
 link-aggregation mode dynamic
security-zone name Management
 import interface GigabitEthernet1/0/0
#
zone-pair security source Any destination Any
#
zone-pair security source Local destination Trust
 object-policy apply ip local_to_trust
#
zone-pair security source Local destination Untrust
 object-policy apply ip local_to_untrust
#
zone-pair security source Trust destination Local
 object-policy apply ip trust_to_local
#
zone-pair security source Trust destination Untrust
 object-policy apply ip trust_to_untrust
#
zone-pair security source Untrust destination Trust
 object-policy apply ip untrust_to_trust
#
(0)
最佳答案
 
							
							 
									
									vlan 19是在三层交换机定义的。我在防火墙也单独做了ip组
object-group ip address "Vlan 19"
 description vlan19 (192.168.9.0)(定义这个网段,并对这个网段进行限速)
 0 network range 192.168.9.100 192.168.9.240
destination-address address-set "Vlan 19"   ——这个是对目的地址限速的
(0)
暂无评论
 
	 
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论