1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
userC.addSC("access-enable", "Create a temporary Access-List entry");
userC.addSC("access-profile", "Apply user-profile to interface");
userC.addSC("clear", "Reset functions");
userC.addSC("connect", "Open a terminal connection");
userC.addSC("disable", "Turn off privileged commands");
userC.addSC("disconnect", "Disconnect an existing network connection");
userC.addSC("enable", "Turn on privileged commands");
userC.enable.addSC("<0-15>", "Enable level");
userC.addSC("exit", "Exit from the EXEC");
userC.addSC("help", "Description of the interactive help system");
userC.addSC("lock", "Lock the terminal");
userC.addSC("login", "Log in as a particular user");
userC.addSC("logout", "Exit from the EXEC");
userC.addSC("mrinfo", "Request neighbor and version information from a multicast router");
userC.addSC("mstat", "Show statistics after multiple multicast traceroutes");
userC.addSC("mtrace", "Trace reverse multicast path from destination to source");
userC.addSC("name-connection", "Name an existing network connection");
userC.addSC("ping", "Send echo messages");
userC.ping.addSC("WORD", "Ping destination address or hostname");
userC.ping.addSC("ip", "IP echo");
userC.ping.ip.addSC("WORD", "Ping destination address or hostname");
userC.ping.addSC("ipx", "Novell/IPX echo");
userC.ping.ipx.addSC("WORD", "Ping destination address or hostname");
userC.ping.addSC("tag", "Tag encapsulated IP echo");
userC.ping.tag.addSC("WORD", "Ping destination address or hostname");
userC.addSC("ppp", "Start IETF Point-to-Point Protocol (PPP)");
userC.addSC("resume", "Resume an active network connection");
userC.addSC("rlogin", "Open an rlogin connection");
userC.addSC("show", "Show running system information");
userC.show.addSC("atm", "ATM information");
userC.show.addSC("call", "Show call");
userC.show.addSC("cca", "CCA information");
userC.show.addSC("cef", "Cisco Express Forwarding");
userC.show.addSC("class-map", "Show QoS Class Map");
userC.show.addSC("clock", "Display the system clock");
userC.show.addSC("cns", "CNS subsystem");
userC.show.addSC("compress", "Show compression statistics");
userC.show.addSC("dial-peer", "Dial Plan Mapping Table for, e.g. VoIP Peers");
userC.show.addSC("dialer", "Dialer parameters and statistics");
userC.show.addSC("dsl", "DSL Show Commands");
userC.show.addSC("exception", "exception informations");
userC.show.addSC("flash:", "display information about flash: file system");
userC.show.addSC("gateway", "Show status of gateway");
userC.show.addSC("history", "Display the session command history");
userC.show.addSC("hosts", "IP domain-name, lookup style, nameservers, and host table");
userC.show.addSC("location", "Display the system location");
userC.show.addSC("mgcp", "Display Media Gateway Control Protocol information");
userC.show.addSC("num-exp", "Number Expansion (Speed Dial) information");
userC.show.addSC("policy-map", "Show QoS Policy Map");
userC.show["policy-map"].addSC("interface", "Show Qos Policy Interface");
userC.show["policy-map"].interface.addSC("ATM", "ATM interface");
userC.show["policy-map"].interface.ATM.addSC("<0-0>", "ATM interface number");
userC.show["policy-map"].interface.ATM["<0-0>"].addSC("input", "Input policy");
userC.show["policy-map"].interface.ATM["<0-0>"].input.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.ATM["<0-0>"].addSC("output", "Output policy");
userC.show["policy-map"].interface.ATM["<0-0>"].output.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.ATM["<0-0>"].addSC("vc", "VC Service-Policy");
userC.show["policy-map"].interface.ATM["<0-0>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
userC.show["policy-map"].interface.ATM["<0-0>"].vc.addSC("<1-65535>", "Enter VCI value");
userC.show["policy-map"].interface.addSC("Async", "Async interface");
userC.show["policy-map"].interface.Async.addSC("<1-0>", "Async interface number");
userC.show["policy-map"].interface.addSC("BVI", "Bridge-Group Virtual Interface");
userC.show["policy-map"].interface.BVI.addSC("<1-255>", "BVI interface number");
userC.show["policy-map"].interface.addSC("CTunnel", "CTunnel interface");
userC.show["policy-map"].interface.CTunnel.addSC("<0-2147483647>", "CTunnel interface number");
userC.show["policy-map"].interface.addSC("Dialer", "Dialer interface");
userC.show["policy-map"].interface.Dialer.addSC("<0-255>", "Dialer interface number");
userC.show["policy-map"].interface.Dialer["<0-255>"].addSC("input", "Input policy");
userC.show["policy-map"].interface.Dialer["<0-255>"].input.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.Dialer["<0-255>"].addSC("output", "Output policy");
userC.show["policy-map"].interface.Dialer["<0-255>"].output.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.Dialer["<0-255>"].addSC("vc", "VC Service-Policy");
userC.show["policy-map"].interface.Dialer["<0-255>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
userC.show["policy-map"].interface.Dialer["<0-255>"].vc.addSC("<1-65535>", "Enter VCI value");
userC.show["policy-map"].interface.addSC("Ethernet", "IEEE 802.3");
userC.show["policy-map"].interface.Ethernet.addSC("<0-0>", "Ethernet interface number");
userC.show["policy-map"].interface.Ethernet["<0-0>"].addSC("input", "Input policy");
userC.show["policy-map"].interface.Ethernet["<0-0>"].input.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.Ethernet["<0-0>"].addSC("output", "Output policy");
userC.show["policy-map"].interface.Ethernet["<0-0>"].output.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.Ethernet["<0-0>"].addSC("vc", "VC Service-Policy");
userC.show["policy-map"].interface.Ethernet["<0-0>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
userC.show["policy-map"].interface.Ethernet["<0-0>"].vc.addSC("<1-65535>", "Enter VCI value");
userC.show["policy-map"].interface.addSC("Group-Async", "Async Group interface");
userC.show["policy-map"].interface["Group-Async"].addSC("<0-0>", "Group-Async interface number");
userC.show["policy-map"].interface.addSC("Lex", "Lex interface");
userC.show["policy-map"].interface.Lex.addSC("<0-2147483647>", "Lex interface number");
userC.show["policy-map"].interface.addSC("Loopback", "Loopback interface");
userC.show["policy-map"].interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
userC.show["policy-map"].interface.addSC("Multilink", "Multilink-group interface");
userC.show["policy-map"].interface.Multilink.addSC("<0-2147483647>", "Multilink interface number");
userC.show["policy-map"].interface.addSC("Null", "Null interface");
userC.show["policy-map"].interface.Null.addSC("<0-0>", "Null interface number");
userC.show["policy-map"].interface.Null["<0-0>"].addSC("input", "Input policy");
userC.show["policy-map"].interface.Null["<0-0>"].input.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.Null["<0-0>"].addSC("output", "Output policy");
userC.show["policy-map"].interface.Null["<0-0>"].output.addSC("class", "Show statistics for a indvidual class");
userC.show["policy-map"].interface.Null["<0-0>"].addSC("vc", "VC Service-Policy");
userC.show["policy-map"].interface.Null["<0-0>"].vc.addSC("<0-255>", "Enter VPI/VCI value(slash required)");
userC.show["policy-map"].interface.Null["<0-0>"].vc.addSC("<1-65535>", "Enter VCI value");
userC.show["policy-map"].interface.addSC("Tunnel", "Tunnel interface");
userC.show["policy-map"].interface.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
userC.show["policy-map"].interface.addSC("Vif", "PGM Multicast Host interface");
userC.show["policy-map"].interface.addSC("Virtual-Template", "Virtual Template interface");
userC.show["policy-map"].interface.addSC("Virtual-TokenRing", "Virtual TokenRing");
userC.show.addSC("pots", "POTS information");
userC.show.addSC("ppp", "PPP parameters and statistics");
userC.show.addSC("queue", "Show queue contents");
userC.show.addSC("queueing", "Show queueing configuration");
userC.show.addSC("sessions", "Information about Telnet connections");
userC.show.addSC("snmp", "snmp statistics");
userC.show.addSC("srcp", "Display SRCP Protocol information");
userC.show.addSC("tacacs", "Shows tacacs+ server statistics");
userC.show.addSC("template", "Template information");
userC.show.addSC("terminal", "Display terminal configuration parameters");
userC.show.addSC("translation-rule", "Show translation rule table");
userC.show.addSC("users", "Display information about terminal lines");
userC.show.addSC("version", "System hardware and software status");
userC.show.addSC("voice", "Voice port configuration & stats");
userC.show.addSC("vpdn", "VPDN information");
userC.addSC("slip", "Start Serial-line IP (SLIP)");
userC.addSC("systat", "Display information about terminal lines");
userC.addSC("telnet", "Open a telnet connection");
userC.addSC("terminal", "Set terminal line parameters");
userC.addSC("traceroute", "Trace route to destination");
userC.traceroute.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("appletalk", "AppleTalk Trace");
userC.traceroute.appletalk.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("clns", "ISO CLNS Trace");
userC.traceroute.clns.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("ip", "IP Trace");
userC.traceroute.ip.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("ipv6", "IPv6 Trace");
userC.traceroute.ipv6.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("ipx", "IPX Trace");
userC.traceroute.ipx.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("oldvines", "Vines Trace (Cisco)");
userC.traceroute.oldvines.addSC("WORD", "Trace route to destination address or hostname");
userC.traceroute.addSC("vines", "Vines Trace (Banyan)");
userC.traceroute.vines.addSC("WORD", "Trace route to destination address or hostname");
userC.addSC("tunnel", "Open a tunnel connection");
userC.addSC("where", "List active connections");
|