设置列表
对齐方式
interface Vlanif172
description 服务器
ip address 172.168.1.1 255.255.255.0
interface Vlanif7
description XDL_6_7F
ip address 192.168.7.1 255.255.255.0
acl number 3003
rule 4 deny tcp destination-port range 135 138
rule 5 deny udp destination-port range 135 netbios-ssn
rule 10 permit ip destination 192.168.5.21 0
rule 11 deny tcp destination 192.168.5.0 0.0.0.255 destination-port eq 445
rule 12 deny udp destination 192.168.5.0 0.0.0.255 destination-port eq 445
traffic classifier tc1 operator or precedence 15
if-match acl 3003
traffic behavior tb1
permit
traffic policy tp1
classifier tc1 behavior tb1
interface GigabitEthernet4/0/15
port link-type trunk
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 2 to 4094
traffic-policy tp1 inbound
这是当前配置,办公区一个电脑(192.168.1.170)想通过135端口telnet到服务器(172.168.1.16),请问怎么加策略
我加了2条策略发现不通,请了解的朋友指点下
acl 3003
rule 13 permit tcp destination 192.168.7.170 0 destination-port eq 135
rule 14 permit udp destination 192.168.7.170 0 destination-port eq 135
三层交换机子网间互通
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
rule 3 permit tcp destination 172.168.1.16 0 destination-port eq 135 我这样加就可以了