|
Global configuration mode Commands |
|
Sl. No. |
Command |
Comments, if any. |
|
1 |
access-list <list-num>
{permit | deny} <source-ip-address> |
Only standard access
list of the format given is supported. |
|
2 |
access-list <list-num>
{permit | deny} <any> |
|
|
3 |
access-list <list-num>
{permit | deny} <ip-address> <ip-address> |
|
|
4 |
access-list <list-num>
{permit | deny} <host-name> <ip-address> |
|
|
5 |
banner motd <banner> |
It creates the login banner on a specified router.
|
|
6
|
cdp advertise-v2 |
|
|
7
|
cdp holdtime <seconds> |
|
|
8
|
cdp run |
|
|
9
|
cdp timer <seconds> |
|
|
10
|
config-register <value> |
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 |
|
11 |
dialer-list<list-num>protocol ip permit |
  |
|
12 |
enable password <password> |
Sets the paasword.The level number is either 1 or 15.
|
|
13 |
enable secret <password> |
Encrypts the password when it is saved.
|
|
14 |
end |
|
|
15 |
hostname <host-name> |
|
|
16 |
interface ethernet 0 |
Used to access ethernet interface and enter Interface subconfiguration mode.
|
|
17 |
interface fastethernet <pnum> |
|
|
18 |
interface loopback 0 |
Used to create loopback interface.Port numbers can specify between 0 to 2147483647. |
|
19 |
interface serial 0 |
|
|
20 |
interface vlan <vlan_num> |
|
|
21 |
ip default-gateway <ip-address> |
Tells the router which router to use when the router needs to reach the destination thats not in its configured subnet.
|
|
22 |
ip default-network <ip-address> |
|
|
23 |
ip domain-lookup |
|
|
24 |
ip host <name> <ip-address> |
Complete syntax for
this command: ip host name [tcp-port-number] address1 [address2...address8] |
|
25 |
ip name-server<ip-address> |
By using this Router access the DNS server to resolve the names to ip addresses.
|
|
26 |
ip route
<prefix> <mask> {next-hop-ip-addr | interface-type} |
The command supported
by the simulator are:
ip route <prefix> <mask> <next-hop-ip> and
ip route <prefix> <mask> serial |
|
27 |
ip route 0.0.0.0 0.0.0.0 <ip-address> |
|
|
28 |
ip route<ip-address> <ip-address> <ip-address> |
|
|
29 |
ip route
<ip-address> <ip-address> serial 0 |
Not supported at this
time |
|
30 |
ip routing |
|
|
31 |
ipx routing |
|
|
32 |
isdn switch-type <switch_type> |
|
|
33 |
line aux |
|
|
34 |
line console 0 |
To enter into console interface.Here 0 specifies the console part.
|
|
35 |
line vty |
It supports 16 simultaneous telnet connections and each connection is internally tracked by a number:0-15.
|
|
36 |
no banner motd |
|
|
37 |
no cdp run |
It can globally enable or disable the cdp on a router.
|
|
38 |
no ip domain-lookup |
It disables all the DNS lookups on the router.
|
|
39 |
no ip routing |
|
|
40 |
no router eigrp |
|
|
41 |
no router ospf |
|
|
42 |
no router rip |
|
|
43 |
no vlan <vlan_num> |
|
|
44 |
router eigrp <aut_sys> |
|
|
45 |
router ospf <proc_id> |
Process_id is locally significant and is used to differentiate different ospf processes running on a router.
|
|
46 |
router rip |
Enters into the RIP routing protocol configuration mode.
|
|
47 |
snmp-server enable traps vtp |
|
|
48 |
username <name> password
<password> |
|