From: ismail el-shalh (ishelh_mdsa@yahoo.com)
Date: Fri Aug 04 2006 - 09:47:04 ART
Hi Group,
   
  R6                                     BB3
  |.6                                 .254  |
  |                                            |
  |  204.12.X.0/24 VLAN 1363     |
  ---------------------------------------------
     |                            |
     | .3                        | .1
    R3                         R1
   
  *The task stating "Do not allow BB3 to intercept EIGRP updates coming from any of these devices (R3 and R1)
  *Do not use the neighbor command to accomplish this
   
  here is the solution 
   
  no ip igmp snooping vlan 1363 <----- What this command will do here? 
   
  int fas0/24
  ip access-group DENY_EIGRP in
   
  ip access-list extended DENY_EIGRP
  deny eigrp any any
  permit ip any any
   
  mac-address table static 0000.0c09.f442 vlan 1363 interface fas0/1 fas0/3 fas0/6
   
  also what the mac-address table .. command will do ?
   
  There is no explination for this task in the IEWB.
   
  Thanking your replies :)
   
  Ismail
   
   
 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART