Configure Password ——————– 1. Change to global mode: config t 2. To Set enable password: enable password “chicagotech’ 3. To set secret password: enable secret “ms-mvp” Note: 1: Enable secret password is encrypted by default. Enable password is not. 2: If both enable secret and enable password are specified, the enable secret overrides the enable […]
Cisco IOS Cheat Sheet
Cisco IOS Cheat Sheet TERMINAL CONTROLS: · Config# terminal editing – allows for enhanced editing commands · Config# terminal monitor – shows output on telnet session · Config# terminal ip netmask-format hexadecimal|bit-count|decimal – changes the format of subnet masks HOST NAME: · Config# hostname ROUTER_NAME BANNER: · Config# banner motd # TYPE MESSAGE HERE # […]
CISCO CCNA Certification knowledge to pass the exam
CISCO CCNA Certification knowledge to pass the exam Knowledge of OSI Reference Model (1) Identify and describe the functions of each of the seven layers of the OSI reference model. Open Systems Interconnection (OSI) OSI consists of two environments; the OSI environment, which is made up of seven layers of OSI protocols and the local […]
Running A Transparent Linux Squid Bridge / Turn your Linux box into a Cisco like Catalyst switch
Let us face some facts. Not everybody, especially a small office network or a small home network can afford a Cisco catalyst switch. To replicate the features of a sophisticated switch like a Cisco catalyst switch, we can setup a Linux box with more than 2 network interfaces to run in bridging mode. Or more […]
Squid + FreeBSD + Cisco WCCP !!!
This How-To details the steps required to configure WCCP version 2 with a Cisco 3620 or 7206 router together with Squid-2.6.STABLE18 running on FreeBSD-6.2. Cisco’s WCCP (Web Cache Control Protocol) version 2 is used for sending web requests from clients to 1 or more Squid proxy servers. WCCP feature allows us to redirect Web traffic […]