Routing protocol commands list
CCNA Routing Protocol Commands IP ROUTING #sh ip route // To view IP routing tables created on a Cisco router. Static Routing Routers are manually configured […]
CCNA Routing Protocol Commands IP ROUTING #sh ip route // To view IP routing tables created on a Cisco router. Static Routing Routers are manually configured […]
Switch Commands Initial configuration of Switch1 with ip 172.16.10.16 >en #config t (config)#enable password cisco (config)#enable secret cisco (config)#hostname India-switch1 (config)#ip address 172.16.10.16 255.255.255.0 (config)#ip default-gateway […]
Router Modes: Router> User mode Router# Privilege mode Router(config)# Configuration mode Router(config-if)# Interface configuration mode Router(config-subif) Sub Interface configuration mode Router(config-line)# Line mode Router(config-router)# Router configuration […]
The following package must be installed tftp , tftp server dhcp nfs Configure Dhcp Install dhcp,copy /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample to /etc/dhcp/dhcpd.conf cp -r /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample /etc/dhcp/dhcpd.conf vi dhcpd.conf option […]
Install Open VPN RPM. Dependencies openssl lzo pkcs11-helper Download openvpn-<version>.rpm , And install using this command rpm -ivh openvpn-<version>.rpm It will create folder under /etc/openvpn and […]
Let’s see the networking concepts, in RHEL 7 or CENTOS7. You should concentrate on these if servers upgrade: We usually edit the network configuration file in […]
Symbolic link: Just like we use shortcut in windows based operating system. Symbolic link (symlink or soft link) is a shortcut like file in linux operating […]
The following package must be installed : bind-9.8.2-0.17.rc1.el6_4.6.i686.rpm bind-chroot-9.8.2-0.17.rc1.el6_4.6.i686.rpm bind-utils-9.8.2-0.17.rc1.el6_4.6.i686.rpm bind-libs-9.8.2-0.17.rc1.el6_4.6.i686.rpm Install DNS: Install bind and bind-chroot package using bellow command rpm -ivh bind-9.8.2-0.17.rc1.el6_4.6.i686.rpm rpm […]
Routers in a network discover remote networks in two ways Statically configured routes Dynamic routing protocols By default routers knows only the directly connected networks represented […]