How to Configure and Access with SSH in JUNOS
SSH provides a secure channel over an unsecured network, we can use telnet for remote access device but to be a more secure channel and protective with your login credentials,… Read more »
SSH provides a secure channel over an unsecured network, we can use telnet for remote access device but to be a more secure channel and protective with your login credentials,… Read more »
We use Telnet for remotely accessing a device. For accessing the device first you have to configure IP address at management interface and that IP address must be reachable from your… 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 Bandwidth Manage with Policy Map For diffrent IP and Diffrent Users access-list 101 permit ip any host lire le guide 172.16.200.3 access-list 102 permit ip any host 172.16.200.4 access-list… 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 »
How to enable Remote Connection with lire le blog Telnet and Encrypt the Telnet Session. This commands are used to set password during login into the Console DHK#configure terminal DHK(config)#line… 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 »