2046| 12
|
[求助] 交換機3560禁止兩個端口通訊 |
10鸿鹄币
最佳答案c3560是三层交换机,直接ACL就搞定了
!
interface Ethernet0/0
duplex auto
!
interface Ethernet0/1
no switchport
ip address 1.1.1.1 255.255.255.252
ip access-group port1 in
!
interface Ethernet0/2
no switchport
ip address 2.2.2.1 255.255.255.252
!
interface Ethernet0/3
no switchport
ip address 3.3.3.1 255.255.255.252
!
interface Ethernet1/0
no switchport
ip address 4.4.4. ...
| ||
沙发
2015-12-27 21:25:06
回复
收起回复
| ||
板凳
2015-12-28 00:55:05
回复
收起回复
| ||
7#
2015-12-28 01:22:04
回复
收起回复
| ||
8#
2015-12-28 08:18:14
回复
收起回复
| ||
9#
2015-12-28 08:23:15
回复
收起回复
| ||
10#
2015-12-28 08:37:14
回复
收起回复
| ||
11#
2015-12-28 10:47:48
回复
收起回复
| ||
12#
2015-12-28 13:09:12
回复
收起回复
| ||
13#
2016-1-10 10:31:55
回复
收起回复
| ||