Google (even using search tricks, like inurl, intitle, file.blablabla, etc) reveals nothing...
Has anyone ever had "crowe.local" show up on their ethernet interface as the local network? I'm guessing at some time someone may have plugged their little dsl router or maybe even a little personal print server on the network here, and it wrote tio the registry of something that remains on the LAN (like a local file server, DC (scary!), etc)...sounds like someone's last name to me, but for the life of me I can't find where it's cominng from...not too many tools here to work with (Lancope or Orion w/netflow in the edge routers would be nice...)---I'm stuck with show commands and debugs in Cisco switches (edge routers are controlled by the provider, we only control the layer 2 domain behind the routers)...
Thanks!
--Tim
ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY
Has anyone ever had "crowe.local" show up on their ethernet interface as the local network? I'm guessing at some time someone may have plugged their little dsl router or maybe even a little personal print server on the network here, and it wrote tio the registry of something that remains on the LAN (like a local file server, DC (scary!), etc)...sounds like someone's last name to me, but for the life of me I can't find where it's cominng from...not too many tools here to work with (Lancope or Orion w/netflow in the edge routers would be nice...)---I'm stuck with show commands and debugs in Cisco switches (edge routers are controlled by the provider, we only control the layer 2 domain behind the routers)...
Thanks!
--Tim
ip access-list extended IP-Options-and-Powerball
deny ip any any winning-powerball-ticket
permit ip any any option any-options
!
class-map ACL-Options-and-Powerball
match access-group name IP-Options-and-Powerball
!
policy-map CoPP-POLICY
class ACL-Options-and-Powerball
drop
!
control-plane
service-policy input CoPP-POLICY