Vous êtes sur la page 1sur 11

Router Simulator

http://routersimulator.certexams.com/help/commands.html

Wednesday, October 13, 2010

SimulatorHome
Home >Router Simulator

Cisco CCNA

Cisco CCENT

Juniper JNCIA

Product Tour

Buy Simulator

Available labs | Supported Commands | Product Help

Router Simulator
Help Contents Back Next Simulator Home

List of Commands supported:


Index

Router Commands 1. 2. 3. 4. 5. 6. 7. Usermode commands Privilegemode commands Global configuration mode commands Interface subconfiguration mode commands Line subconfiguration mode commands Subnterface subconfiguration mode commands IP routing protocol subconfiguration mode commands 1. 2. 3. 4. 5. 6. 7.

Switch supported commands Usermode commands Privilegemode commands Global configuration mode commands Interface subconfiguration mode commands Line subconfiguration mode commands Vlan mode commands Workstation commands

Router commands Usermode Commands Sl. No. Command Comments, if any. Terminates the suspended telnet session and then logout it.

disconnect

enable Used to tests the connectivity.It uses ICMP to initiate the connection.

ping <host-name>

ping <ip-address> Lists all routers along path to destination and finds the routing problems if any.

traceroute <hostname>

traceroute <ip-address> Back

Privilegemode Commands Sl. No. 1 clear arp-cache Allows to execute commands that change the router's configuration. Command Comments, if any.

configure terminal

1 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

copy running-config startup-config

It saves the active configuration of the router.

4 5

copy startup-config running-config debug ip packet Returns to the UserEXEC mode from Privilege mode.

disable

disconnect <TELNET_ID> Deletes all the configuration files present on a router. It exits router from the user or privilege mode. Used to tests the connectivity.It uses ICMP to initiate the connection.

erase startup-config

logout

10

ping <host-name>

11 12 13

ping <ip-address> reload resume <TELNET_ID> Displays all accesslists from all protocols present in a specified router.

14

show access-list

15

show banner Shows the status of CDP such as holdtime value,no.of packets for every 60sec. It tells the CDP configuration on an interface-by-interface basis.

16

show cdp

17

show cdp interface

18 19 20

show cdp neighbor show cdp traffic show clock Used to view all IOS images and file stored in flash(Default location of IOS images is in flash). Shows the detailed statistics regarding LMI.

21

show flash

22

show frame-relay lmi

23

show frame-relay map Shows all the frame relay PVC's terminated and their statistics at a specified router. Shows the previously executed commands.IOS device stores the last ten commands that are

24

show frame-relay pvc <dlci_num>

25

show history

2 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

executed. 26 show hosts To view interfaces,status,and statistics for an interface.If u don't lists a specific interface,all of the interfaces on the router are listed.

27

show interfaces

28 29

show interfaces ethernet 0 show interfaces loopback 0 displays the lmi type that is being used and also sme LMI statisstics.

30

show interfaces serial 0

31

show ip arp Shows the list of eigrp neighbors that a specified router has.

32

show ip eigrp neighbors

33

show ip eigrp neighbors detail Displays the list of successor and feasible successors,as well as other types of routes. It shows the information about trafiic statistics for eigrp

34

show ip eigrp topology

35

show ip eigrp traffic

36 37 38 39 40

show ip interface show ip interface brief show ip ospf database show ip ospf interface show ip ospf neighbor detail Verifies the configurationof static and default routes on a router. Displays the routing protocols that have been configured and running on a specified router. Verifies the IP configuration.

41

show ip route

42

show protocols

43

show running-config shows the telnet sessions that are currently suspended.

44

show sessions

45

show startup-config Display version information for the hardware and firmware.

46

show version

47 48

telnet <host-name> telnet <IP-address>

3 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

49

traceroute <hostname> Lists all routers along path to destination and finds the routing problems if any. Used to access all VLAN and VTP configuration.

50

traceroute <ip-address>

51

vlan database

52 53 54

write erase write memory write terminal Back

Global configuration mode Commands Sl. No. Command Comments, if any. Only standard access list of the format given is supported.

access-list <list-num> {permit | deny} <source-ip-address>

access-list <list-num> {permit | deny} <any> access-list <list-num> {permit | deny} <ip-address> <ip-address> access-list <list-num> {permit | deny} <host-name> <ip-address> It creates the login banner on a specified router.

banner motd <banner>

6 7 8 9

cdp advertise-v2 cdp holdtime <seconds> cdp run cdp timer <seconds> Hexadecimal or decimal value that represents the 16-bit configuration register value. It is used at the router start-up. The value range is from 0x0 to 0xFFFF (0 to 65535 in decimal). Normally, the default value is 0x2102

10

config-register <value>

11

dialer-list<list-num>protocol ip permit Sets the paasword.The level number is either 1 or 15. Encrypts the password when it is saved.

12

enable password <password>

13

enable secret <password>

14

end

4 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

15

hostname <host-name> Used to access ethernet interface and enter Interface subconfiguration mode.

16

interface ethernet 0

17

interface fastethernet <pnum> Used to create loopback interface.Port numbers can specify between 0 to 2147483647.

18

interface loopback 0

19 20

interface serial 0 interface vlan <vlan_num> Tells the router which router to use when the router needs to reach the destination thats not in its configured subnet.

21

ip default-gateway <ip-address>

22 23

ip default-network <ip-address> ip domain-lookup Complete syntax for this command: ip host name [tcp-port-number] address1 [address2...address8] By using this Router access the DNS server to resolve the names to ip addresses.

24

ip host <name> <ip-address>

25

ip name-server<ip-address>

26

The command supported by the simulator are: ip route <prefix> <mask> {next-hop-ip-addr | interface-type} ip route <prefix> <mask> <nexthop-ip> and ip route <prefix> <mask> serial ip route 0.0.0.0 0.0.0.0 <ip-address> ip route<ip-address> <ip-address> <ip-address> ip route <ip-address> <ip-address> serial 0 ip routing ipx routing isdn switch-type <switch_type> line aux To enter into console interface.Here 0 specifies the console part. It supports 16 simultaneous telnet connections and each connection is internally tracked by a number:0-15. Not supported at this time

27 28 29 30 31 32 33

34

line console 0

35

line vty

36

no banner motd

5 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

37

no cdp run

It can globally enable or disable the cdp on a router. It disables all the DNS lookups on the router.

38

no ip domain-lookup

39 40 41 42 43 44

no ip routing no router eigrp no router ospf no router rip no vlan <vlan_num> router eigrp <aut_sys> Process_id is locally significant and is used to differentiate different ospf processes running on a router. Enters into the RIP routing protocol configuration mode.

45

router ospf <proc_id>

46

router rip

47 48

snmp-server enable traps vtp username <name> password <password> Back

Interface subconfiguration mode Commands Sl. No. Command Comments, if any. Required bandwidth, in kilobits per second.

bandwidth <kilobits>

cdp enable Desired clock rate in bits per second: 1200, 2400, 4800, 9600, 19200, 38400, 56000, 64000 etc.

clock rate <bps>

compress stac <num> in Character string from 1 to 80 characters.

description <string>

6 7 8 9

dialer-group<dialer_list_#> dialer map ip <ip-address> <des-phone> dialer map ip <ip-address> name <hostname> <des-phone> dialer string< phone_#> <class map_name>

6 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

10

encapsulation <encapsulation-type>

Only PPP/HDLC are supported at this time by the simulator. ex: encapsulation hdlc

11

encapsulation framerelay<num> in Specifies the LMI type that is used to communicate between a router and carrier's switch.LMI type is specific to the entire interface,not to a VC. It configures the manual resolution of PVC's.

12

frame-relay lmi-type <lmi_type>

13

frame-relay map<protocol-name> <ip-address> <dlci_num>

14

frame-relay map<protocol-name> <ip-address> <dlci_num> broadcast frame-relay map<protocol-name> <ip-address> <dlci_num> broadcast cisco frame-relay map<protocol-name> <ip-address> <dlci_num> broadcast ietf frame-relay map<protocol-name> <ip-address> <dlci_num> cisco frame-relay map<protocol-name> <ip-address> <dlci_num> ietf ip access-group <num> in ip access-group <num> out ip address <ip-address> <sub-net mask> Defines the spid's that are used to authenticate call requests.Used only on local connection between router and isdn switch.

15

16

17

18

19 20 21

22

isdn spid1<spid_num>

23 24 25 26 27 28 29

isdn spid2<spid_num> keepalive <seconds> login no bandwidth no cdp enable no clock rate no frame map <protocol name> <ip-address> <dlci_num> no frame map<protocol-name> <ip-address> <dlci_num> broadcast no frame map<protocol-name> <ip-address> <dlci_num> cisco no frame map<protocol-name> <ip-address> <dlci_num> ietf

30

31

32

7 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

33 34

no ip address no shutdown It disable the interfaces.Interfaces are enabled by default.

35

shutdown

36 37 38 39 40 41

shutdown switchport speed switchport access vlan <vlan_num> switchport port-security mac-address sticky<mac_addr> switchport port-security maximum <max_macadd> switchport port-security violation <violat_mode> Back

Line subconfiguration mode Commands Sl. No. 1 2 3 Command exec-timeout <minutes> [seconds] logging synchronous password <password> Back Comments, if any. seconds is optional.

Subinterface Subconfiguration mode Commands Sl. No. Command Comments, if any. It specifies the DLCI number.Uses a dynamic resolution with inverse ARP. It specifies the DLCI number.Uses a dynamic resolution with inverse ARP.

discription<string>

frame-relay interface-dlci<dlci_num>

frame-relay map<protocol-name> <ip-address> <dlci_num> frame-relay map<protocol-name> <ip-address> <dlci_num> broadcast frame-relay map<protocol-name> <ip-address> <dlci_num> broadcast cisco frame-relay map<protocol-name> <ip-address> <dlci_num> broadcast ietf frame-relay map<protocol-name> <ip-address> <dlci_num> cisco

8 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

frame-relay map<protocol-name> <ip-address> <dlci_num> ietf ip address<ip-address> <subnet-mask> no ip address It specifies the DLCI number.Uses a dynamic resolution with inverse ARP. It specifies the DLCI number.Uses a dynamic resolution with inverse ARP. Back

9 10

11

no shutdown

12

shutdown

IP Routing Protocol Subconfiguration mode Commands Sl. No. 1 network <ip-address> Command Comments, if any. Used with routing rip, igrp etc. Back

Supported Switch Commands

User mode Commands Sl.No. 1 enable Back commands Comments, if any.

Privilegemode Commands Sl.No. 1 2 3 4 5 6 7 8 9 10 11 12 configure terminal copy running-config startup-config copy startup-config running-config disable erase startup-config logout reload show banner show flash show history show interfaces To view interfaces,status,and statistics for an interface.If u don't lists a specific interface,all of the interfaces on the switch are listed. Verifies the IP configuration. It examine the active configuration on a switch. Display version information for the hardware and firmware Back Used to view all IOS images and file stored in flash(Default location of IOS images is in flash). It exits switch from the user or privilege mode. Returns to the UserEXEC mode from Privilege mode. commands clock set hh:mm:ss <1-31> Month <2004-2035> Allows to execute commands that change the switch's configuration. It saves the active configuration of the switch. Comments, if any.

13 14 15 16

show ip interface brief show running-config show startup-config show version

9 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

Sl.No. 1 2 3 4 5 6 7 8 9 10

Global Configuration mode Commands commands Comments, if any. banner motd <phrase> cdp advertise-v2 cdp holdtime <seconds> cdp run cdp timer <seconds> enable password <password> enable secret <secret> end hostname <name> ip default-gateway <ip-address> Tells the switch which router or switch have to use when the switch needs to reach the destination thats not in its configured subnet. Depends on the switch type. For module 0, port 1 the command is interface fastethernet 0/1 You can enter interface config mode. example: interface vlan 1 (config-if)#ip address 192.168.10.1 255.255.255.0 It sets the paasword.The level number is either 1 or 15. Encrypts the password when it is saved. It creates the login banner on a specified router.

11 12 13

ip host<hostname> <ip-address> interface fastethernet <0-0>/<0-24> interface vlan <vlan #>

14 15 16

line console 0 line vty 0 15 mac-address-table static <mac-address> vlan <valn_num> interface fastethernet <pnum> snmp-server enable traps vtp speed <speed> Enter switch port speed 10,100, auto. Back

17 18

Sl.No. 1 2 3

Interface Subconfiguration mode Commands commands Comments, if any. description <phrase> duplex <duplex-type> ip address <ip-address> <subnet mask> A switch can have one IP address. The IP address of the switch can be accessed only through ports that belong to the management VLAN. ip name-server <ip-address> login no ip address no shutdown no switchport <port_security> shutdown Disables a port and shuts-down management vlan. no shutdown command enables a port. Back It reenables the interface when the interface is disabled.By default interfaces are enabled.

4 5 6 7 8 9

Sl.No. 1

Line Subconfiguration mode Commands commands Comments, if any. password <password> Back

Vlan mode Commands Sl.No. 1 vlan<vlan_num> commands Comments, if any. VLAN numbers can range 1-1000,However only 64VLANs can be active ata time. Specifies the VTP mode of the switch. Defines the domain name for a specified switch.For switches to share VTP informtion they must be in the same domain.

vtp client

vtp domain

10 of 11

10/13/2010 3:48 PM

Router Simulator

http://routersimulator.certexams.com/help/commands.html

Sl.No. 4 5 6 7 vtp password vtp pruning vtp server vtp transparent

commands

Comments, if any.

Back

Workstation Commands Sl. No. 1 2 3 4 5 6 7 Command ip address <ip-address> <subnet-mask> ping <ip-address> ping <hostname> telnet <host-name> telnet <ip-address> traceroute <hostname> traceroute <ip-address> Top Router Commands - sorted Note: The commands supported by the simulator is given above. The syntax may not be complete for various commands. This is done intentionally to accommodate limited command set supported by the simulator at this point of time. Please refer to official Cisco website for complete command syntax. Helpful URLs: http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122mindx/l22index.htm http://www.cisco.com/en/US/products/hw/switches/ps4916/products_command_ reference_chapter09186a008017e460.html#3491161 Comments, if any.

Help Contents Terms of use

Back Privacy Policy Disclaimer

Next Contact Us About

Simulator Home Downloadable Tests Site Map

11 of 11

10/13/2010 3:48 PM

Vous aimerez peut-être aussi