05-04-2014 11:38 PM - edited 03-07-2019 07:19 PM
I have this query regarding the above command.
This is the access-list created
access-list 700 permit c89c.dca0.5539 0000.0000.0000
access-list 700 deny 0000.0000.0000 ffff.ffff.ffff
And applied to the interface
interface FastEthernet0/0.2
encapsulation dot1Q 2
ip dhcp relay information trusted
ip address 192.168.0.1 255.255.255.0
ip accounting output-packets
ip nat inside
ip virtual-reassembly in
bridge-group 2
bridge-group 2 input-address-list 700
but then an unknown device is also getting an IP. why is this so?
RTR1#sh run | i 700
access-list 700 permit 000f.fed9.dee8 0000.0000.0000
access-list 700 permit c89c.dca0.5539 0000.0000.0000
access-list 700 deny 0000.0000.0000 ffff.ffff.ffff
05-05-2014 12:33 AM
bridge-group 2 block-unknown-source
05-05-2014 12:42 AM
ah. unfortunately this command not available.
c2800nm-adventerprisek9-mz.151-4.M5
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