can someone say "cantenna"?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: deanwebb on January 16, 2018, 11:10:48 PM
Is this one of those AMD boxes?
Quote from: deanwebb on January 11, 2018, 01:03:20 PM
http://www.nasdaq.com/press-release/us-department-of-defense-awards-forescout-enterprisewide-iot-security-agreement-20180111-00161
Quote from: deanwebb on January 11, 2018, 09:48:19 AM
That's a Microsoft MAC address, so the MAC given for the LACP is likely software-configured to override the physical MAC addresses on the server.
interface Bundle-Ether99.666 l2transport
description (Outside)
encapsulation dot1q 666
rewrite ingress tag pop 1 symmetric
dampening
extcommunity-set rt EXT_COMM
10999:909
end-set
prefix-set DEFAULT-PS
0.0.0.0/0
end-set
route-policy IMPORT_RP
if destination in DEFAULT-PS and extcommunity rt matches-any EXT_COMM then
done
elseif destination in DEFAULT-PS then
drop
else
pass
endif
end-policy