Hi
I have two router which are powerconnect 8164F.
they learn both default route from their border router therefore i would like to prevent them to sending defaultroute to each other.
on cisco switch i do the following way
The router are connected though vlan 9
i define a standard acl
ip access-list standard anti-default
deny 0.0.0.0
permit any
and in the router rip directive i wrote in both config
distribute-list anti-default out Vlan9
i could do the same on powerconnect but
i didn't find a way to a standard acl on powerconnect.
i didn't find a way to have different distribution regarding vlans.