Aah that's the problem. You passive the port, which is a L2 interface. The passive interface command only applies to L3 interfaces, in this case you should make interface vlan 53 passive. Then it stops sending hello's on that interface gi8/8 as well.
Rick Sent from my iPhone On 20 aug 2009, at 19:35, Louis S <[email protected]> wrote: > THANKS ALL FOR THE LIVELY INPUT! > > Yes it does only advertise the main release info of the IOS version, > but from my prod network I can tell you even after passive-interface > is turned on for my computer's access port I can run wireshark and > still see EIGRP HELLO's > > 6509user-switch#sri gi 8/8 > Building configuration... > > Current configuration : 203 bytes > ! > interface GigabitEthernet8/8 > switchport > switchport access vlan 53 > switchport mode access > no cdp enable > spanning-tree portfast > spanning-tree bpdufilter enable > spanning-tree bpduguard enable > end > > 6509user-switchD#srbr eig > router eigrp 100 > passive-interface GigabitEthernet8/8 > network x > network x > no auto-summary > ! > > > > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, > please visit www.ipexpert.com _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
