12-31-2007 01:23 AM - edited 03-05-2019 08:13 PM
hello
Disabled Ipv6 on my 6509e720,but when i add any machine include Ipv6.the Brodcast come again..what can i do to stop that from the Core Switch.
10xs
12-31-2007 02:28 AM
Ali,
IPv6 would be sending only multicast and no broadcasts. If any machine is configured for IPv6, they will send these multicast and the switch would mostly flood them.
Not sure if this will work but you can try denying the IPv6 packets on each port using an access-list
ipv6 access-list BLOCK deny ipv6 any any
interface x/y
ipv6 traffic-filter BLOCK in
HTH
Narayan
12-31-2007 03:27 AM
hello
can i appy these commands to interface Vlans
10xs
12-31-2007 03:35 AM
The reason to put the access-list on the port is to block the traffic entering the switch itself.
If it is applied on a interface vlan, the traffic would anyway be flooded on the vlan the incoming port was part of.
BTW, did you try this out in any one port?
Narayan
12-31-2007 03:43 AM
int gigabitEthernet 1/1
6509(config-if)#ipv6 traffic-filter blockin
^
% Invalid input detected at '^' marker.
look to this Output
12-31-2007 03:45 AM
sorry
6509(config-if)#ipv6 traffic-filter block in
01-01-2008 06:59 AM
any reply here
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide