Enable ASDM from Command Line

May 24th, 2010 mmjp No comments
username xxx password yyy privilege 15
http server enable
http 0.0.0.0 0.0.0.0 Inside
http redirect Inside 80
Categories: ASA, ASDM, CISCO, Network Tags:

Simulate ISDN over BRI Port

May 22nd, 2010 mmjp No comments
Categories: CISCO, ISDN, Network Tags:

Configure Netflow in ASA5505

May 20th, 2010 mmjp No comments
Categories: ASA, CISCO, NetFlow, Network Tags:

Enable NetFlow in Cisco Device

May 16th, 2010 mmjp No comments
ip flow-export source FastEthernet0/1
ip flow-export version 5
ip flow-export destination 192.168.3.2 9996
Before Enable Net Flow,
Set Router Time, Eg:
#clock set 20:18:00 20 May 2010
Categories: CISCO, Network, Security Tags:

Basic Router Configuration ( NAT & Branch Office WAN Link )

May 15th, 2010 mmjp No comments

Basic Router Configuration ( NAT on HQ & Branch Office WAN Link )


Read more…

Categories: CISCO, Network, Router Tags:

Microsoft IAS and Cisco switch 802.1x configuration HOWTO

May 3rd, 2010 mmjp 1 comment

Password Recovery Procedure for the Cisco 2000, 2500, 3000, 4000, AccessPro, 7000 (RP), AGS, IGS, and STS-10x

May 2nd, 2010 mmjp No comments

Password Recovery Procedure for the Cisco 2000, 2500, 3000, 4000, AccessPro, 7000 (RP), AGS, IGS, and STS-10x

Read more…

Categories: CISCO, Network, Router Tags:

Resetting Catalyst Switches to Factory Defaults

May 1st, 2010 mmjp No comments

http://www.cisco.com/en/US/products/hw/switches/ps607/products_tech_note09186a00800c4546.shtml

http://itknowledgeexchange.techtarget.com/network-technologies/how-to-reset-the-cisco-catalyst-switch-to-factory-defaults/

switch # write erase
switch # delete flash:vlan.dat
switch # reload

Categories: CISCO, Network, SWITCH Tags:

Basic Cisco Router Config ( with NAT )

April 23rd, 2010 mmjp No comments

interface FastEthernet0/0
ip address 192.168.1.20 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip http server
no ip http secure-server
!
!
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.3.0 0.0.0.255

Categories: CISCO, Network, Router Tags:

Installing windows 7 from USB key

March 20th, 2010 mmjp No comments
Categories: Others Tags: