aesselstein
IS-IT--Management
- Apr 30, 2001
- 4
I have an ACL question. I recently trunked a Etherswitch to a 3750 with a "ethernet" 4mb link between the two. On the 3750 we have a lot of multicast traffic. About 40MB/Sec of UDP data rocks around the 3750..I'd like to allow only TCP own to the etherswitch b/c of the bandwidth limit.
The etherswitch is connected to Gig1/0/21
Switchport mode trunk
Should I just change it to switchport mode access to stop this?
I want to avoid making a config change that is immediately going to drop all UDP traffic in the 3750.
Was looking for help on a safe way to do this while in production.
ether:
interface FastEthernet0/0/0
description 4MB/S l2 Z side
switchport mode trunk
duplex full
speed 100
3750:
interface GigabitEthernet1/0/21
description 4/MBS l2 A side
switchport trunk encapsulation dot1q
switchport mode trunk
The etherswitch is connected to Gig1/0/21
Switchport mode trunk
Should I just change it to switchport mode access to stop this?
I want to avoid making a config change that is immediately going to drop all UDP traffic in the 3750.
Was looking for help on a safe way to do this while in production.
ether:
interface FastEthernet0/0/0
description 4MB/S l2 Z side
switchport mode trunk
duplex full
speed 100
3750:
interface GigabitEthernet1/0/21
description 4/MBS l2 A side
switchport trunk encapsulation dot1q
switchport mode trunk