Cisco Packet Tracer Commands
Cisco Packet Tracer Commands
PC Terminal
C:\>arp -a
Stores IP linked to MAC address
Switch Terminal
Switch>
Switch>en
Switch#show mac-address-table
Stores MAC address and Interface(port) e.g fa0/1
Router>enable
Router#configure terminal
Router(config)# -------global configuration mode, here configure interface of
router
Router(config)#interface fastEthernet 0/0 -------------- this command will get us
enter/configure the interface
Router(config-if)#no shut ----------------- to uplink the interface, in this
mode we can configure the IP address
Router(config-if)#ip address 10.1.1.10 255.255.255.0
Router(config-if)#do show ip route
For e.g Firewall has two interface Gig1/1 which is connected to inside
network(Trusted)
and second Is Gig1/2 which is connected to internet(untrusted)
Now to configure that