Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco learner

Status
Not open for further replies.

lanpc1

Programmer
Joined
Dec 14, 2007
Messages
1
Location
US
Im new at this and have been playing lately with CISCO Stuff. i bought a cisco 831 and i got it reset and working thanks to Cisco sdm. i got bold and i bought a cisco 3825 with the following software "Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9-M), Version 15.1(3)T4," I got it running and configured using the tricks learned from a gentleman named burtsbees from a post back in 2007 for the 831.
i have been trying to use sdm to add a firewall and no matter if it is basic or advance when i install it , explorer stop working when i try to do a search. example: if i google cisco vpn client and i receive all the different choices to click from google, i cant pick any of them. if i disable the nic connected to the 3825 and enable the one connected to my watchguard everything works. if i switch everything back to the 3825 and i go to sdm and remove the firewall entries installed by sdm, everything works also.
any ideas? anyone has just a basic firewall configuration that i can manually add to my 3825?
thanks
 
Post a sh run ;)

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top