You are on page 1of 12
127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievaliztion December 20, 2017 Networking & Virtualization PACKET TRACER LABS Packet Tracer Cisco Commands list CLI Basic October 25, 2016 - by Waqas Azam - Leave aComment a Router Physical | Config 3 configuration dialog? fyea/ae CD 3 Eleese aaawer ‘yes! or ‘aot pe Continue itn configuration dialog? (yes/ne Roueas (contig) | Packet Tracer Cisco CLI Commands list Here is the detailed Cisco router configuration commands list, which can be implemented with packet tracer. Packet tracer is a network simulator used for configuring and creating the virtual ps7 cloud comipackst-tracer-cisco-commands-stc-basi! we 127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievaliztion cisco devices and network. There are also some other similar software but Cisco IOS output will be same on all simulators. To configure any device in packet tracer you are required to open or access its CLI. You can do it by clicking any device and then navigating to CLI tab. Once you are at CLI you can perform all Cisco Commands here. Router syaten Contigarstiool NEM, Click continue wien Gontiguration aieiog? [yes/no § bisad cares (pence ao HONS Continue with configuration dieleg? [yes/no 3 Please anawer "yes’ oF 'n0"- Continie with configuration dialog? [yes/no sea Reutero Press RETURN to get started! Welowd.cox Routextensbie Routertconfig terminal Enter configuration commands, ene per line. Router (config) | Cisco IOS supports numerous command modes which can be practice with packet tracer, followings are the main command modes of cisco CLI with specific commands to navigate from one mode to other. Command for Mode Symbol How to access this mode mane leaving this mode User EXEC Defauit mode after booting, / Router > Press enter for accessing Use exit command Mode thi Use enable command from Privileged EXEC , ; Router # user exec mode forentering _exit mode users ito this mode. ana ps7 cloud comipackst-tracer-cisco-commands-tst-c-basi! 1272072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievaliztion Global Router(config}# Use configure terminal Exit or Ctrl+Z for Configuration command from privileged user EXEC mode mode exec mode Use interface command | : toreturn in global Configuration ine from global configuration mode mode Use exit command. Enter reload command from privileged exec mode. Press ROMMON ROMMON > CTRL +C key combination during the first 60 seconds. ——- Watcha video of of booting process. rommon mode 10S commands are not case sensitive it means that you can use them in uppercase, lowercase, or mixed case, but passwords are case sensitive. Therefore make sure you type it in correctly. In any mode, you can obtain a list of commands available on that mode by entering a question mark (2). Braunch_office_rourer (contig) #router [al] ey Pravacel (BOP) erior Gateway Routing Protecol (ZIGRI) st Path First (OSPF) Hip Routing Information Drovocel. (BID) Braunch office rourer (config) ¢router How to Change the Cisco Router name You can change the cisco router name by using command hostname in global configuration mode. Router (config) #hestaame HR-Rouer HR-Router (config)? How to set the Enable password: You can set the password for protecting enable mode by following command: (Following command will set the password to cisco) | outer (Contig) enable seczet Cisco | eater (contig) sexe Became Routerd| ps7 cloud comipackst-tracer-cisco-commands-stc-basi! an 127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievaliztion How to set the telnet password on Cisco: You can access the cisco router remotely by VTY lines, these are the Virtual Terminal lines for access router, you can set password on these line by using the following commands: Router(config)#fline vty 04 Router(config-line)#password Cisco Router(config-line)ino login Above command will set the telnet password to “Cisco”. How to set the IP address to Cisco interface: You can set the IP address to any Cisco device interface by using the following commands: Router(config)#interface Router(config-if)#ip address <|P address> How to enable a port or interface Router(config-if}#no shut Example: Router|config)#interface fastEthernet 4/0 Router |config-if) #ip address 192.168.77.68 285.255.255.0 Router (eenfig-if)#na shut How to check the IP address of all interfaces: You can use the “show ip interface brief” command in Privileged EXEC mode for checking the IP address of all interface of Cisco device. ps7 cloud comipackst-tracer-cisco-commands-stc-basi! ana 127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievalization Routertshow ip interface brie! Inverface P-Address OK? Method Status Brotecel Fastithernero/o unassigned YES NURAM. admindseratively down down Fastitherneti/o unassigned YES NVRM administratively down down Seriel3/0 unassigned YES NVRIM administratively down down Fasutchernena/o as2.168.77-88 YES manuat down down, How to save the configurations: You can use the following command for router configuration to Nvram for use at next boot up Router#copy running-config startup-config How to configure the access-list on Cisco: You can configure the access-list on cisco by using following commands: Router(config)#Access-list Router(config-if}#ip access-group OR Router(config)#Access-list Router(config-if}# Command Example: Router(config}#access-list 2 deny 192.168.0.33 0.0.0.255 Router(config}#interface fastEthernet 4/0 Router(config-if}#ip access-group 2 in How to configure the default route on Cisco: ps7 cloud comipackst-tracer-cisco-commands-st-c-basi! 52 127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievaliztion Following command will set the default route to 10.10.10.101. Router(config}# ip route 0.0.0.0 0.0.0.0 10.10.10.101 How to create a static route on Cisco router Router(config-router)#ip route [destination_network] [mask] [next-hop_address you can set a static route by using above command example is also given below: Router(config-router)#ip route 192.132.23.1 255.255.255.0 10.10.10.1, RIP Configuration Commands ‘Commands Router(config)#Router rip Router(config-router)#Network Why we use RIP? OSPF Configuration Commands Router(config)#Router ospf Router(config-router)#Network < ip address> Why we use OSPF? EIGRP configuration Commands Router(config)#Router eigrp ps7 cloud comipackst-tracer-cisco-commands-ist-cl-basi! Details Enable RIP routing on router. Define the network which you want to advertise in RIP. E.g. Network 192.168.88.0 Enable OSPF routing on router. Process-id is any number & must be same for all networks inas. IP address is the IP of network which will be advertise in OSPF and wild card mask will represent the network bits. E.g. network 192.168.1.0 0.0.255.255 is equilent to 192.168.0.0/16 AS number is anumber must be same for ona 1272072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vieualization networks which are desired to connect with each other. E.g. Router eigrp 1 Router(config-router)#Network < ip , . Advertise network in EIGRP address> Router(config-router)#no auto-summary Wh EIGRP? Disable auto summay ly We Use ? How to set banner message on Cisco Device: banner motd banner message Command Example: banner motd #Unauthorized access to this device is prohibited! # Above command with set the banner to “Unauthorized access to this device is prohibited” Famous Show Commands in Privileged EXEC Mode You can run all these command for checking different setting of Cisco device in privileged EXEC mode: Show Version Show running-config Show Vlan Show mac-address-table Show clock Show privilege ps7 cloud comipackst-tracer-cisco-commands-stc-basi! m2 ‘sepa07 Packet Tracer Cisco Commands Ist CL! Basie — Networking & Vituaization Show interface show ip route Show controllers show cdp neighbors Show memory Show protocols Show startup-config ‘Show Flash ‘Show spanning-tree Verifying Commands for Network Connectivity You can use these commands to verify network connectivity for your router router# enable router# ping [ip-address | hostname] ‘Command Example: router# ping 192.168.3.1 (Areply response from host 192.168.3.1 will verify the connectivity) How to telnet any host: telnet {ip-address | hostname} e.g. router# telnet 192.168.3.1 TAGGED CISCO OS PACKET TRACER ps7 cloud comipackst-tracer-cisco-commands-stc-basi! az 127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vievaliztion RELATED POSTS Redistribute Static Routes into EIGRP EIGRP 10 192.10.10.028 Loopback interfaces 85,96,68,0128 TLIT-TO28 Loopback interfaces 44.44.44.0124 22,22,22.0124 EIGRP Redistribute Static Routes | Static Redistribution Lab June 28, 2017 NAT LAB on Packet Tracer roof, 182.108 <80128 i F30, Local IP addresoes ~ 192,168,941 192.160. 94.14/28 Nunber afieace host=14 NAT Configuration on Packet Tracer November 6, 2016 ps7 cloud comipackst-tracer-cisco-commands-stc-basi! oz 127072017 Packet Tracer Cisco Commands list CL! Basie Networking & Vitus avon erie cet 192,08) OEE, 182 (ame BiaA RIP Equal Cost Load Balancing on Packet Tracer November 6, 2016 PREVIOUS ARTICLE NEXT ARTICLE Router on a stick or inter-vian routing RIP Equal Cost Load Balancing on Packet Tracer configuration on Packet Tracer About Wagas Azam View all posts by Waqas Azam —> ps7 cloud comipackst-tracer-cisco-commands-stc-basi! sone 127072017 Packet Tracer Cisco Commands list CL! Basie - Networking & Vivalization Leave a Reply Your email address will not be published. Required fields are marked * COMMENT NAME ™ EMAIL” WEBSITE SEARCH Search .. RECENT POSTS Download Tiny Core IOS for GNS3 64bit VPN Features or VPN Benefits ps7 cloud comipackst-tracer-cisco-commands-stc-basi! ne s2nono17 Packet Tracer Cisco Commands list CL! Basie Networking & Vituaizaton What is a VPN client Software and Hardware base Example EIGRP Redistribute Static Routes | Static Redistribution Lab What does a wifi booster do | Top wifi-extender ARCHIVES October 2017 July 2017 June 2017 March 2017 January 2017 December 2016 November 2016 October 2016 September 2016 July 2016 June 2016 May 2016 April 2016 March 2016 January 2016 October 2015 September 2015 August 2015 July 2015 June 2015 May 2015 January 2015 ps7 cloud comipackst-tracer-cisco-commands-stc-basi! sane

You might also like