How to Configure Cisco NAT
Network Address Translation (NAT) has been using for a number of years, the main reason for using NAT is; the IPv4 has limited number of IP Addresses, Generally one public IP… Read more »
Network Address Translation (NAT) has been using for a number of years, the main reason for using NAT is; the IPv4 has limited number of IP Addresses, Generally one public IP… Read more »
Cisco Basic Administrative Configuration of a Router Router> (This prompt indicates User mode or Non privileged mode) Router > ? (This shows possible commands to be given from user mode) Router >… Read more »
Cisco DHCP Server Configuration Router#conf t Router(config)#ip dhcp pool POOL_NAME Router(dhcp-config)#network 192.168.10.0 255.255.255.0 [This will create a DHCP pool] Router(dhcp-config)#default-router 192.168.10.1 [This IP is the Gateway Address] Router(dhcp-config)#dns-server 100.100.100.1 [This… Read more »
Cisco IOS Installation and Setup IP address on ROMON Mode Before Starting procedure you need to download and install a TFTP server on your PC There are many Free TFTP… Read more »
Cisco PPPoE Configuration ip name-server 15.15.15.1 ! ip dhcp pool 10 network 172.16.100.0 255.255.255.0 ! username cisco password 0 sisco ! ! bba-group pppoe 1 virtual-template 1 ! ! interface… Read more »
Cisco Router Basic Configuration There are three mode in a router 1. Exe mode 2. Privilege mode 3. Configuration mode Exe Mode: Exe mode can be determined by seeing that… Read more »
Upgrade an IOS on a Cisco Router from PCMCIA Flash Before Starting procedure you need to download and install a TFTP server on your PC There are many Free TFTP… Read more »
Reset Catalyst Switches Running Configuration Cisco Cat2950# write erase Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK] Erase of nvram: complete Cat2950# Cat2950# reload System configuration has been… Read more »
Cisco_2950_IOS_Install Step-by-Step Recovery Procedure Use this solution to solve the problem. Note: A PC must be attached to the console port of the switch, as the Prerequisites section of this… Read more »
Copy Running Configuration to TFTP Server Router#copy run TFTP Address or name of remote host []? 192.168.111.3 <—–[This is your TFTP Srever IP] Destination filename [Router-confg]? <—–[Hit Enter or if you want… Read more »