diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 3550/cmd_global.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 3550/cmd_global.txt | 261 |
1 files changed, 261 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 3550/cmd_global.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 3550/cmd_global.txt new file mode 100644 index 0000000..c4dd0de --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 3550/cmd_global.txt @@ -0,0 +1,261 @@ +globalC.addSC("aaa", "Authentication, Authorization and Accounting.");
+ globalC.aaa.addSC("new-model", "Enable NEW access control commands and functions.(Disables OLD commands.)");
+globalC.addSC("access-list", "Add an access list entry");
+ globalC["access-list"].addSC("<1-99>", "IP standard access list");
+ globalC["access-list"]["<1-99>"].addSC("deny", "Specify packets to reject");
+ globalC["access-list"]["<1-99>"].deny.addSC("Hostname or A.B.C.D", "Address to match");
+ globalC["access-list"]["<1-99>"].deny["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
+ globalC["access-list"]["<1-99>"].deny.addSC("any", "Any source host");
+ globalC["access-list"]["<1-99>"].deny.addSC("host", "A single host address");
+ globalC["access-list"]["<1-99>"].deny.host.addSC("Hostname or A.B.C.D", "Host address");
+ globalC["access-list"]["<1-99>"].addSC("permit", "Specify packets to forward");
+ globalC["access-list"]["<1-99>"].permit.addSC("Hostname or A.B.C.D", "Address to match");
+ globalC["access-list"]["<1-99>"].permit["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
+ globalC["access-list"]["<1-99>"].permit.addSC("any", "Any source host");
+ globalC["access-list"]["<1-99>"].permit.addSC("host", "A single host address");
+ globalC["access-list"]["<1-99>"].permit.host.addSC("Hostname or A.B.C.D", "Host address");
+ globalC["access-list"]["<1-99>"].addSC("remark", "Access list entry comment");
+ globalC["access-list"]["<1-99>"].remark.addSC("LINE", "Comment up to 100 characters");
+ globalC["access-list"].addSC("<100-199>", "IP extended access list");
+ globalC["access-list"]["<100-199>"].addSC("deny", "Specify packets to reject");
+ globalC["access-list"]["<100-199>"].deny.addSC("ip", "Any Internet Protocol");
+ globalC["access-list"]["<100-199>"].deny.addSC("tcp", "Transmission Control Protocol");
+ globalC["access-list"]["<100-199>"].deny.tcp.addSC("any", "Any source host");
+ globalC["access-list"]["<100-199>"].deny.addSC("udp", "User Datagram Protocol");
+ globalC["access-list"]["<100-199>"].deny.udp.addSC("any", "Any source host");
+ globalC["access-list"]["<100-199>"].addSC("permit", "Specify packets to forward");
+ globalC["access-list"]["<100-199>"].permit.addSC("ip", "Any Internet Protocol");
+ globalC["access-list"]["<100-199>"].permit.ip.addSC("A.B.C.D", "Source address");
+ globalC["access-list"]["<100-199>"].permit.addSC("tcp", "Transmission Control Protocol");
+ globalC["access-list"]["<100-199>"].permit.tcp.addSC("A.B.C.D", "Source address");
+ globalC["access-list"]["<100-199>"].addSC("remark", "Access list entry comment");
+ globalC["access-list"]["<100-199>"].remark.addSC("LINE", "Comment up to 100 characters");
+ globalC["access-list"].addSC("<1300-1999>", "IP standard access list (expanded range)");
+ globalC["access-list"]["<1300-1999>"].addSC("deny", "Specify packets to reject");
+ globalC["access-list"]["<1300-1999>"].deny.addSC("Hostname or A.B.C.D", "Address to match");
+ globalC["access-list"]["<1300-1999>"].deny["Hostname or A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
+ globalC["access-list"]["<1300-1999>"].deny.addSC("any", "Any source host");
+ globalC["access-list"]["<1300-1999>"].deny.addSC("host", "A single host address");
+ globalC["access-list"]["<1300-1999>"].deny.host.addSC("Hostname or A.B.C.D", "Host address");
+ globalC["access-list"]["<1300-1999>"].addSC("permit", "Specify packets to forward");
+globalC.addSC("alias", "Create command alias");
+globalC.addSC("arp", "Set a static ARP entry");
+globalC.addSC("banner", "Define a login banner");
+ globalC.banner.addSC("motd", "Set Message of the Day banner");
+globalC.addSC("boot", "Boot Commands");
+ globalC.boot.addSC("system", "System Image");
+ globalC.boot.system.addSC("WORD", "pathlist of boot file(s) ... file1;file2;...");
+globalC.addSC("bridge", "Bridge Group.");
+globalC.addSC("buffers", "Adjust system buffer pool parameters");
+globalC.addSC("cdp", "Global CDP configuration subcommands");
+ globalC.cdp.addSC("advertise-v2", "CDP sends version-2 advertisements");
+ globalC.cdp.addSC("holdtime", "Specify the holdtime (in sec) to be sent in packets");
+ globalC.cdp.holdtime.addSC("<10-255>", "Length of time (in sec) that receiver must keep this packet");
+ globalC.cdp.addSC("timer", "Specify the rate at which CDP packets are sent (in sec)");
+ globalC.cdp.timer.addSC("<5-254>", "Rate at which CDP packets are sent (in sec)");
+ globalC.cdp.addSC("run", "");
+globalC.addSC("class-map", "Configure QoS Class Map");
+globalC.addSC("clock", "Configure time-of-day clock");
+globalC.addSC("cluster", "Cluster configuration commands");
+globalC.addSC("default", "Set a command to its defaults");
+globalC.addSC("default-value", "Default character-bits values");
+globalC.addSC("define", "interface range macro definition");
+globalC.addSC("dnsix-dmdp", "Provide DMDP service for DNSIX");
+globalC.addSC("dnsix-nat", "Provide DNSIX service for audit trails");
+globalC.addSC("downward-compatible-config", "Generate a configuration compatible with older software");
+globalC.addSC("enable", "Modify enable password parameters");
+ globalC.enable.addSC("last-resort", "Define enable action if no TACACS servers respond");
+ globalC.enable["last-resort"].addSC("password", "Enable by giving the local enable password");
+ globalC.enable["last-resort"].addSC("succeed", "Enable without further question");
+ globalC.enable.addSC("password", "Assign the privileged level password");
+ globalC.enable.addSC("secret", "Assign the privileged level secret");
+ globalC.enable.secret.level.addSC("<1-15>", "Level number");
+globalC.addSC("end", "Exit from configure mode");
+globalC.addSC("errdisable", "Error disable");
+globalC.addSC("exception", "Exception handling");
+globalC.addSC("exit", "Exit from configure mode");
+globalC.addSC("file", "Adjust file system parameters");
+globalC.addSC("help", "Description of the interactive help system");
+globalC.addSC("hostname", "Set system's network name");
+globalC.addSC("interface", "Select an interface to configure");
+ globalC.interface.addSC("Async", "Async interface");
+ globalC.interface.Async.addSC("<1-0>", "Async interface number");
+ globalC.interface.addSC("BVI", "Bridge-Group Virtual Interface");
+ globalC.interface.BVI.addSC("<1-255>", "BVI interface number");
+ globalC.interface.addSC("Dialer", "Dialer interface");
+ globalC.interface.Dialer.addSIC("<0-255>", "Dialer interface number");
+ globalC.interface.Dialer["<0-255>"].addSC("<0-4294967295>");
+ globalC.interface.addSC("GigabitEthernet", "GigabitEthernet IEEE 802.3z");
+ globalC.interface.GigabitEthernet.addMC("<0-2>", "GigabitEthernet interface number");
+ globalC.interface.GigabitEthernet["<0-2>"].addSIC("<0-12>", "GigabitEthernet interface number");
+ globalC.interface.GigabitEthernet["<0-2>"]["<0-12>"].addSC("<0-4294967295>");
+
+ globalC.interface.addSC("Group-Async", "Async Group interface");
+ globalC.interface["Group-Async"].addSC("<0-0>", "Group-Async interface number");
+ globalC.interface.addSC("Lex", "Lex interface");
+ globalC.interface.Lex.addSC("<0-2147483647>", "Lex interface number");
+ globalC.interface.addSC("Loopback", "Loopback interface");
+ globalC.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
+ globalC.interface.addSC("Multilink", "Multilink-group interface");
+ globalC.interface.Multilink.addSC("<0-2147483647>", "Multilink interface number");
+ globalC.interface.addSC("Null", "Null interface");
+ globalC.interface.Null.addSC("<0-0>", "Null interface number");
+ globalC.interface.addSC("Port-channel", "Ethernet Channel of interfaces");
+ globalC.interface["Port-channel"].addSC("<1-6>", "Port-channel interface number");
+ globalC.interface.addSC("Tunnel", "Tunnel interface");
+ globalC.interface.Tunnel.addSC("<0-2147483647>", "Tunnel interface number");
+ globalC.interface.addSC("Virtual-Template", "Virtual Template interface");
+ globalC.interface["Virtual-Template"].addSC("<1-25>", "Virtual-Template interface number");
+ globalC.interface.addSC("Virtual-TokenRing", "Virtual TokenRing");
+ globalC.interface["Virtual-TokenRing"].addSC("<0-2147483647>", "Virtual-TokenRing interface number");
+ globalC.interface.addSC("Vlan", "Catalyst Vlans");
+ globalC.interface.Vlan.addSIC("<1-4094>", "Vlan interface number");
+ globalC.interface.Vlan["<1-4094>"].addSC("<0-4294967295>");
+
+ globalC.interface.addSC("range", "interface range command");
+ globalC.interface.range.addSC("macro", "macro keyword");
+ globalC.interface.range.macro.addSC("WORD", "upto 32 character string");
+
+globalC.addSC("ip", "Global IP configuration subcommands");
+ globalC.ip.addSC("access-list", "Named access-list");
+ globalC.ip["access-list"].addSC("extended", "Extended Access List");
+ globalC.ip["access-list"].extended.addSC("<100-199>", "Extended IP access-list number");
+ globalC.ip["access-list"].extended.addSC("WORD", "Access-list name");
+ globalC.ip["access-list"].addSC("standard", "Standard Access List");
+ globalC.ip["access-list"].standard.addSC("<1-99>", "Standard IP access-list number");
+ globalC.ip["access-list"].standard.addSC("WORD", "Access-list name");
+ globalC.ip.addSC("accounting-list", "Select hosts for which IP accounting information is kept");
+ globalC.ip.addSC("accounting-threshold", "Sets the maximum number of accounting entries");
+ globalC.ip.addSC("accounting-transits", "Sets the maximum number of transit entries");
+ globalC.ip.addSC("alias", "Alias an IP address to a TCP port");
+ globalC.ip.addSC("default-gateway", "Specify default gateway (if not routing IP)");
+ globalC.ip["default-gateway"].addSC("A.B.C.D", "IP address of default gateway");
+ globalC.ip.addSC("dhcp-server", "Specify address of DHCP server to use");
+ globalC.ip["dhcp-server"].addSC("Hostname or A.B.C.D", "IP address or Name of DHCP server");
+ globalC.ip.addSC("domain-list", "Domain name to complete unqualified host names.");
+ globalC.ip["domain-list"].addSC("WORD", "A domain name");
+ globalC.ip.addSC("domain-lookup", "Enable IP Domain Name System hostname translation");
+ globalC.ip["domain-lookup"].addSC("nsap", "Enable IP DNS queries for CLNS NSAP addresses");
+ globalC.ip.addSC("domain-name", "Define the default domain name");
+ globalC.ip["domain-name"].addSC("WORD", "Default domain name");
+ globalC.ip.addSC("finger", "finger server");
+ globalC.ip.finger.addSC("rfc-compliant", "Comply with RFC 1288");
+ globalC.ip.addSC("tcp", "Global TCP parameters");
+globalC.addSC("key", "Key management");
+globalC.addSC("line", "Configure a terminal line");
+ globalC.line.addSC("<0-16>", "First Line number");
+ globalC.line["<0-16>"].addSC("<1-16>", "Last Line number");
+ globalC.line.addSC("console", "Primary terminal line");
+ globalC.line.console.addSC("<0-0>", "First Line number");
+ globalC.line.addSC("vty", "Virtual terminal");
+ globalC.line.vty.addSC("<0-15>", "First Line number");
+ globalC.line.vty["<0-15>"].addSC("<1-15>", "Last Line number");
+globalC.addSC("logging", "Modify message logging facilities");
+globalC.addSC("mac", "Global MAC configuration subcommands");
+globalC.addSC("mac-address-table", "Configure the MAC address table");
+globalC.addSC("map-class", "Configure static map class");
+globalC.addSC("map-list", "Configure static map list");
+globalC.addSC("mls", "Global Multi-Layer Switching parameters");
+globalC.addSC("monitor", "Configure SPAN monitoring");
+globalC.addSC("mvr", "Enable/Disable MVR on the switch");
+globalC.addSC("no", "Negate a command or set its defaults");
+ globalC.no.addSC("aaa", "Authentication, Authorization and Accounting.");
+ globalC.no.aaa.addSC("new-model", "Enable NEW access control commands and functions.(Disables OLD commands.)");
+ globalC.no.addSC("access-list", "Add an access list entry");
+ globalC.no.addSC("alias", "Create command alias");
+ globalC.no.addSC("arp", "Set a static ARP entry");
+ globalC.no.arp.addSC("A.B.C.D", "IP address of ARP entry");
+ globalC.no.arp.addSC("vrf", "Configure static ARP for a VPN Routing/Forwarding instance");
+ globalC.no.arp.vrf.addSC("WORD", "VPN Routing/Forwarding instance name");
+ globalC.no.arp.vrf.WORD.addSC("A.B.C.D", "IP address of ARP entry");
+ globalC.no.addSC("banner", "Define a login banner");
+ globalC.no.addSC("boot", "Boot Commands");
+ globalC.no.addSC("bridge", "Bridge Group.");
+ globalC.no.addSC("buffers", "Adjust system buffer pool parameters");
+ globalC.no.buffers.addSC("GigabitEthernet", "GigabitEthernet IEEE 802.3z");
+ globalC.no.buffers.GigabitEthernet.addSC("<0-2>", "GigabitEthernet interface number");
+ globalC.no.buffers.addSC("Loopback", "Loopback interface");
+ globalC.no.buffers.Loopback.addSC("<0-2147483647>", "Loopback interface number");
+ globalC.no.buffers.addSC("Vlan", "Catalyst Vlans");
+ globalC.no.buffers.Vlan.addSC("<1-1001>", "Vlan interface number");
+ globalC.no.buffers.addSC("big", "Big buffers");
+ globalC.no.addSC("cdp", "Global CDP configuration subcommands");
+ globalC.no.cdp.addSC("advertise-v2", "CDP sends version-2 advertisements");
+ globalC.no.cdp.addSC("holdtime", "Specify the holdtime (in sec) to be sent in packets");
+ globalC.no.cdp.addSC("timer", "Specify the rate at which CDP packets are sent (in sec)");
+ globalC.no.cdp.addSC("run", "");
+ globalC.no.addSC("class-map", "Configure QoS Class Map");
+ globalC.no.addSC("clock", "Configure time-of-day clock");
+ globalC.no.clock.addSC("summer-time", "Configure summer (daylight savings) time");
+ globalC.no.clock.addSC("timezone", "Configure time zone");
+ globalC.no.addSC("cluster", "Cluster configuration commands");
+ globalC.no.addSC("default-value", "Default character-bits values");
+ globalC.no.addSC("define", "interface range macro definition");
+ globalC.no.addSC("dnsix-dmdp", "Provide DMDP service for DNSIX");
+ globalC.no.addSC("downward-compatible-config", "Generate a configuration compatible with older software");
+ globalC.no.addSC("enable", "Modify enable password parameters");
+ globalC.no.enable.addSC("last-resort", "Define enable action if no TACACS servers respond");
+ globalC.no.enable.addSC("password", "Assign the privileged level password");
+ globalC.no.enable.addSC("use-tacacs", "Use TACACS to check enable passwords");
+ globalC.no.addSC("end", "Exit from configure mode");
+ globalC.no.addSC("errdisable", "Error disable");
+ globalC.no.errdisable.addSC("detect", "Error disable detection");
+ globalC.no.addSC("exception", "Exception handling");
+ globalC.no.addSC("exit", "Exit from configure mode");
+ globalC.no.addSC("file", "Adjust file system parameters");
+ globalC.no.addSC("hostname", "Set system's network name");
+ globalC.no.addSC("ip", "Global IP configuration subcommands");
+ globalC.no.ip.addSC("accounting-list", "Select hosts for which IP accounting information is kept");
+ globalC.no.ip["accounting-list"].addSC("A.B.C.D", "IP address of host");
+ globalC.no.ip["accounting-list"]["A.B.C.D"].addSC("A.B.C.D", "IP address mask");
+ globalC.no.ip.addSC("accounting-threshold", "Sets the maximum number of accounting entries");
+ globalC.no.ip.addSC("accounting-transits", "Sets the maximum number of transit entries");
+ globalC.no.ip.addSC("classless", "Follow classless routing forwarding rules");
+ globalC.no.ip.addSC("domain-lookup", "Enable IP Domain Name System hostname translation");
+ globalC.no.ip["domain-lookup"].addSC("nsap", "Enable IP DNS queries for CLNS NSAP addresses");
+ globalC.no.ip.addSC("domain-name", "Define the default domain name");
+ globalC.no.ip.addSC("subnet-zero", "Allow 'subnet zero' subnets");
+globalC.addSC("ntp", "Configure NTP");
+globalC.addSC("policy-map", "Configure QoS Policy Map");
+globalC.addSC("port-channel", "EtherChannel configuration");
+globalC.addSC("priority-list", "Build a priority list");
+globalC.addSC("privilege", "Command privilege parameters");
+globalC.addSC("process-max-time", "Maximum time for process to run before voluntarily relinquishing processor");
+globalC.addSC("queue-list", "Build a custom queue list");
+globalC.addSC("rmon", "Remote Monitoring");
+globalC.addSC("route-map", "Create route-map or enter route-map command mode");
+globalC.addSC("router", "Enable a routing process");
+ globalC.router.addSC("bgp", "Border Gateway Protocol (BGP)");
+ globalC.router.bgp.addSC("<1-65535>", "Autonomous system number");
+ globalC.router.addSC("egp", "Exterior Gateway Protocol (EGP)");
+ globalC.router.egp.addSC("<0-65535>", "Remote autonomous system number");
+ globalC.router.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
+ globalC.router.eigrp.addSC("<1-65535>", "Autonomous system number");
+ globalC.router.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
+ globalC.router.igrp.addSC("<1-65535>", "Autonomous system number");
+ globalC.router.addSC("isis", "ISO IS-IS");
+ globalC.router.isis.addSC("WORD", "ISO routing area tag");
+ globalC.router.addSC("iso-igrp", "IGRP for OSI networks");
+ globalC.router["iso-igrp"].addSC("WORD", "ISO routing area tag");
+ globalC.router.addSC("mobile", "Mobile routes");
+ globalC.router.addSC("odr", "On Demand stub Routes");
+ globalC.router.addSC("ospf", "Open Shortest Path First (OSPF)");
+ globalC.router.ospf.addSC("<1-65535>", "Process ID");
+ globalC.router.ospf["<1-65535>"].addSC("vrf", "VPN Routing/Forwarding Instance");
+ globalC.router.ospf["<1-65535>"].vrf.addSC("WORD", "VPN Routing/Forwarding Instance (VRF) name");
+ globalC.router.addSC("rip", "Routing Information Protocol (RIP)");
+ globalC.router.addSC("static", "Static routes");
+globalC.addSC("rtr", "RTR Base Configuration");
+globalC.addSC("scheduler", "Scheduler parameters");
+globalC.addSC("sdm", "Switch database management");
+globalC.addSC("service", "Modify use of network based services");
+globalC.addSC("shutdown", "Shutdown system elements");
+globalC.addSC("snmp-server", "Modify SNMP parameters");
+globalC.addSC("spanning-tree", "Spanning Tree Subsystem");
+globalC.addSC("switchcore", "switchcore configuration");
+globalC.addSC("tacacs-server", "Modify TACACS query parameters");
+globalC.addSC("tftp-server", "Provide TFTP service for netload requests");
+globalC.addSC("udld", "Configure global UDLD setting");
+globalC.addSC("vlan", "Vlan commands");
+globalC.addSC("vmps", "VMPS settings");
+globalC.addSC("vtp", "Configure global VTP state");
|
