Category: Cisco
How To Configure Port range VLAN cisco packet tracer
In the preceding tutorial I have discuss about How To Configure VLAN on Cisco Packet Tracer with single port assign. In this tutorial I’ll discuss about configure vlan with range port assign. The topologi are same with previous article : Configure ip address for PC : Create vlan 10 with name Staff on global
How To Configure VLAN on Cisco Packet Tracer
In this tutorial I’ll discuss about how to configuration vlan on switch cisco packet tracer. Vlan are used for divide single broadcast domain become several broadcast domain. Default vlan is VLAN 1. For vlan number can be use number 2 – 1001. You can configure vlan on managable switch. The following is the topologi are
How To Configuration Dynamic NAT Overload/PAT (Port Address Translation)
In the preceding tutorial I have discuss about Network Address Translation (NAT) on Cisco Packet Tracer and How To Configuration Dynamic NAT (Network Address Translation) on Cisco Packet Tracer . In this tutorial I’ll discuss about configuration of Dynamic NAT overload or Port Address Translation on cisco packet tracer. PAT is the one to many NAT type
How To Configuration Dynamic NAT (Network Address Translation) on Cisco Packet Tracer
In preceding tutorial I have discuss about Network Address Translation (NAT) on Cisco Packet Tracer for static NAT. And here I’ll discuss about how to configuration dynamic nat on cisco packet tracer. Dynamic nat is Many to many types of NAT. The private ip in large quantities will be translate become large public ip too with
Network Address Translation (NAT) on Cisco Packet Tracer
In this tutorial I’ll discuss about NAT on cisco packet tracer. NAT is a method for local address translation become public ip so that local network can be connected to internet. On cisco packet tracer, has several types : Static NAT Dynamic NAT PAT (Port Address Translation) NAT on cisco has several terminology :
Configuration Wireless Radio on Cisco Packet Tracer
In this tutorial I’ll discuss about how to configuration wireless radio on simulator cisco packet tracer. The following is the topologi : For Wireless router use HomeRouter-PT-AC. First configure ip address on MyRouter : MyRouter(config)#int g0/0/0 MyRouter(config-if)#ip add 192.168.1.1 255.255.255.0 MyRouter(config-if)#no shutdown MyRouter(config-if)#exit MyRouter(config)# Configure Wireless radio : Configure ip address for wireless
Configure Extended ACL on Cisco
In preceding tutorial I have discuss about Configure Standar ACL on Cisco and In this tutorial I’ll discuss about how to configuration Extended ACL on Cisco Packet tracer. Extended ACL is more complex than standard ACL where that can filter source and destination IP Address and that can be filtered specific IP and port. Using number
Configuration Standard ACL on Cisco
In this tutorial I’ll discuss about how to configuration standard ACL on cisco packet tracer. Standard ACL work only for one connection traffic. using for filter source ip address and Permit/deny all protocol suite TCP/IP. Standard ACL using number 1-199. For configure ACL on router, setting ACL first in global mode and then assign to
Configuration Dynamic Routing OSPF on Cisco Router
In this tutorial I’ll discuss about how to configuration of dynamic routing protocol using ospf. ospf is link state dynamic routing protocol where no Hop count limit. Work with administrative distance 110. The following is the topologi : Configure IP Address on R1 : R1(config)#int g0/0/0 R1(config-if)#ip add 10.10.10.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#int g0/0/1
Configuration Dynamic Routing Protocol EIGRP on Cisco
In this tutorial I’ll discuss about dynamic routing protocol EIGRP. EIGRP is a distance vector routing protocol sometimes also called as advanced distance vector protocol. EIGRP is a Cisco open standar protocol have administrative distance is 90 and maksimum hop count is 255 (default 100). The following is the topologi : Configure IP Address on