on cisco SGH500-48 if i have a preconfigured IP arp inspection list
ip arp inspection list create servers
ip k.k.k.k mac-address aa.aa.aa.aa.aa
ip l.l.l.l mac-address bb.bb.bb.bb
To add new entries to the ARP inspection list,
ip arp inspection list create servers
ip m.m.m.m mac-address cc.cc.cc.cc
will this wipe out the existing entries? or should i use the command like below:
ip arp inspection list create servers
ip k.k.k.k mac-address aa.aa.aa.aa.aa
ip l.l.l.l mac-address bb.bb.bb.bb
ip m.m.m.m mac-address cc.cc.cc.cc