cmd global



globalC.addSC("aaa", "Authentication, Authorization and Accounting.");
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("A.B.C.D", "Address to match");
globalC["access-list"]["<1-99>"].deny["A.B.C.D"].addSC("A.B.C.D","Wildcard bits");
globalC["access-list"]["<1-99>"].deny["A.B.C.D"].addSC("log","Log matches against this entry");
globalC["access-list"]["<1-99>"].deny["A.B.C.D"].log.addSC("log","Log matches against this entry");
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>"].addSC("permit", "Specify packets to forward");
globalC["access-list"]["<1-99>"].permit.addSC("A.B.C.D", "Address to match");
globalC["access-list"]["<1-99>"].permit["A.B.C.D"].addSC("A.B.C.D", "Wildcard bits");
globalC["access-list"]["<1-99>"].permit["A.B.C.D"].addSC("log","Log matches against this entry");
globalC["access-list"]["<1-99>"].permit["A.B.C.D"].log.addSC("log","Log matches against this entry");
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>"].addSC("remark", "Access list entry comment");
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("<0-255>", "An IP protocol number");
globalC["access-list"]["<100-199>"].deny.addSC("eigrp", "Cisco's EIGRP routing protocol");
globalC["access-list"]["<100-199>"].deny.addSC("icmp", "Internet Control Message Protocol");
globalC["access-list"]["<100-199>"].deny.addSC("igmp","Internet Gateway Message Protocol");
globalC["access-list"]["<100-199>"].deny.addSC("ip","Any Internet Protocol");
globalC["access-list"]["<100-199>"].deny.addSC("ospf","OSPF routing protocol");
globalC["access-list"]["<100-199>"].deny.addSC("tcp","Transmission Control Protocol");
globalC["access-list"]["<100-199>"].deny.tcp.addSC("A.B.C.D","Source address");
globalC["access-list"]["<100-199>"].deny.tcp.addSC("any","Any source host");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("A.B.C.D","Destination address");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("any","Any destination host");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("ack", "Match on the ACK bit");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("fin","Match on the FIN bit");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("lt", "Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("precedence", "Match packets with given precedence value");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("time-range", "Specify a time-range");
globalC["access-list"]["<100-199>"].deny.tcp.any.any.addSC("tos", "Match packets with given TOS value");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("host","A single destination host");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("lt","Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].deny.tcp.any.addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].deny.tcp.addSC("host", "A single source host");
globalC["access-list"]["<100-199>"].deny.addSC("udp", "User Datagram Protocol");
globalC["access-list"]["<100-199>"].addSC("dynamic", "Specify a DYNAMIC list of PERMITs or DENYs");
globalC["access-list"]["<100-199>"].addSC("permit", "Specify packets to forward");
globalC["access-list"]["<100-199>"].permit.addSC("<0-255>", "An IP protocol number");
globalC["access-list"]["<100-199>"].permit.addSC("eigrp", "Cisco's EIGRP routing protocol");
globalC["access-list"]["<100-199>"].permit.addSC("icmp", "Internet Control Message Protocol");
globalC["access-list"]["<100-199>"].permit.addSC("igmp","Internet Gateway Message Protocol");
globalC["access-list"]["<100-199>"].permit.addSC("ip","Any Internet Protocol");
globalC["access-list"]["<100-199>"].permit.addSC("ospf","OSPF routing protocol");
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>"].permit.tcp.addSC("any","Any source host");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("A.B.C.D","Destination address");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("any","Any destination host");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("ack", "Match on the ACK bit");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.any["eq"].addSC("www","web traffic");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("fin","Match on the FIN bit");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("lt", "Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("precedence", "Match packets with given precedence value");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("time-range", "Specify a time-range");
globalC["access-list"]["<100-199>"].permit.tcp.any.any.addSC("tos", "Match packets with given TOS value");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("host","A single destination host");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("lt","Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].permit.tcp.addSC("host", "A single source host");
globalC["access-list"]["<100-199>"].permit.tcp.host.addSC("A.B.C.D","Source address");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("A.B.C.D","Destination address");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("any","Any destination host");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("any","Any destination host");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("host","A single destination host");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("lt", "Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host.addSC("A.B.C.D","Destination address");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("any","Any destination host");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("ack", "Match on the ACK bit");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("fin","Match on the FIN bit");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("lt", "Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("precedence", "Match packets with given precedence value");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("time-range", "Specify a time-range");
globalC["access-list"]["<100-199>"].permit.tcp.host["A.B.C.D"].host["A.B.C.D"].addSC("tos", "Match packets with given TOS value");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("eq","Match only packets on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("<0-65535>","Port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("gt","Match only packets with a greater port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("host","A single destination host");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("lt","Match only packets with a lower port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("neq", "Match only packets not on a given port number");
globalC["access-list"]["<100-199>"].permit.tcp.any.addSC("range", "Match only packets in the range of port numbers");
globalC["access-list"]["<100-199>"].permit.addSC("udp", "User Datagram Protocol");
globalC["access-list"]["<100-199>"].addSC("remark", "Access list entry comment");
globalC["access-list"].addSC("<1100-1199>", "Extended 48-bit MAC address access list");
globalC["access-list"]["<1100-1199>"].addSC("deny", "Specify packets to reject");
globalC["access-list"]["<1100-1199>"].addSC("permit", "Specify packets to forward");
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>"].addSC("permit", "Specify packets to forward");
globalC["access-list"].addSC("<200-299>", "Protocol type-code access list");
globalC["access-list"]["<200-299>"].addSC("deny", "Specify packets to reject");
globalC["access-list"]["<200-299>"].addSC("permit", "Specify packets to forward");
globalC["access-list"].addSC("<2000-2699>", "IP extended access list (expanded range)");
globalC["access-list"]["<2000-2699>"].addSC("deny", "Specify packets to reject");
globalC["access-list"]["<2000-2699>"].addSC("dynamic", "Specify a DYNAMIC list of PERMITs or DENYs");
globalC["access-list"]["<2000-2699>"].addSC("permit", "Specify packets to forward");
globalC["access-list"]["<2000-2699>"].permit.addSC("dynamic-extended", "Extend the dynamic ACL abolute timer");
globalC["access-list"]["<2000-2699>"].permit.addSC("rate-limit", "Simple rate-limit specific access list");
globalC.addSC("alias", "Create command alias");
globalC.addSC("alps", "Configure Airline Protocol Support");
globalC.addSC("apollo", "Apollo global configuration commands");
globalC.addSC("appletalk", "Appletalk global configuration commands");
globalC.addSC("arap", "Appletalk Remote Access Protocol");
globalC.addSC("arp", "Set a static ARP entry");
globalC.addSC("async-bootp", "Modify system bootp parameters");
globalC.addSC("autonomous-system", "Specify local AS number to which we belong");
globalC.addSC("banner", "Define a login banner");
globalC.addSC("boot", "Modify system boot parameters");
globalC.addSC("bridge", "Bridge Group.");
globalC.addSC("bstun", "BSTUN global configuration commands");
globalC.addSC("buffers", "Adjust system buffer pool parameters");
globalC.addSC("busy-message", "Display message when connection to host fails");
globalC.addSC("call-history-mib", "Define call history mib parameters");
globalC.addSC("cdp", "Global CDP configuration subcommands");
globalC.addSC("chat-script", "Define a modem chat script");
globalC.addSC("class-map", "Configure QoS Class Map");
globalC["class-map"].addSC("WORD", "class-map name");
globalC.addSC("clns", "Global CLNS configuration subcommands");
globalC.addSC("clock", "Configure time-of-day clock");
globalC.addSC("cns", "CNS Subsystems");
globalC.addSC("config-register", "Define the configuration register");
globalC.addSC("controller", "Configure a specific controller");
globalC.addSC("crypto", "Encryption module");
globalC.crypto.addSC("ca", "Certification authority");
globalC.crypto.addSC("cisco", "Configure cisco encryption policy");
globalC.crypto.addSC("dynamic-map", "Specify a dynamic crypto map template");
globalC.crypto.addSC("ipsec", "Configure IPSEC policy");
globalC.crypto.ipsec.addSC("security-association", "Security association parameters");
globalC.crypto.ipsec.addSC("transform-set", "Define transform and settings");
globalC.crypto.ipsec["transform-set"].addSC("WORD", "Transform set tag");
globalC.crypto.ipsec["transform-set"].WORD.addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD.addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-des", "ESP transform using DES cipher (56 bits)");
globalC.crypto.ipsec["transform-set"].WORD["esp-des"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-des"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-des"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-md5-hmac", "ESP transform using HMAC-MD5 auth");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"].addSC("esp-des", "ESP transform using DES cipher (56 bits)");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"]["esp-des"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"]["esp-des"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-md5-hmac"]["esp-des"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-null", "ESP transform w/o cipher");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"].addSC("esp-md5-hmac", "ESP transform using HMAC-MD5 auth");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"]["esp-md5-hmac"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"]["esp-md5-hmac"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-null"]["esp-md5-hmac"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-rfc1829", "ESP-DES-CBC transform (RFC1829)");
globalC.crypto.ipsec["transform-set"].WORD["esp-rfc1829"].addSC("ah-md5-hmac", "AH-HMAC-MD5 transform");
globalC.crypto.ipsec["transform-set"].WORD["esp-rfc1829"].addSC("ah-rfc1828", "AH-MD5 transform (RFC1828)");
globalC.crypto.ipsec["transform-set"].WORD["esp-rfc1829"].addSC("ah-sha-hmac", "AH-HMAC-SHA transform");
globalC.crypto.ipsec["transform-set"].WORD.addSC("esp-sha-hmac", "ESP transform using HMAC-SHA auth");
globalC.crypto.addSC("isakmp", "Configure ISAKMP policy");
globalC.crypto.isakmp.addSC("enable", "Enable ISAKMP");
globalC.crypto.isakmp.addSC("identity", "Set the identity which ISAKMP will use");
globalC.crypto.isakmp.addSC("keepalive", "Set a keepalive interval for use with IOS peers");
globalC.crypto.isakmp.addSC("key", "Set pre-shared key for remote peer");
globalC.crypto.isakmp.key.addSC("WORD", "pre-shared key");
globalC.crypto.isakmp.key.WORD.addSC("address", "define shared key with IP address");
globalC.crypto.isakmp.key.WORD.address.addSC("A.B.C.D", "Peer IP address");
globalC.crypto.isakmp.key.WORD.addSC("hostname", "define shared key with hostname");
globalC.crypto.isakmp.key.WORD.hostname.addSC("WORD", "hostname of peer with whom the key is shared");
globalC.crypto.isakmp.addSC("policy", "Set policy for an ISAKMP protection suite");
globalC.crypto.isakmp.policy.addSC("<1-10000>", "Priority of protection suite");
globalC.crypto.addSC("key", "Long term key operations");
globalC.crypto.addSC("map", "Enter a crypto map");
globalC.crypto.map.addSC("WORD", "Crypto map tag");
globalC.crypto.map.WORD.addSC("<0-65535>", "Sequence to insert into crypto map entry");
globalC.crypto.map.WORD["<0-65535>"].addSC("cisco", "Cisco proprietary encryption");
globalC.crypto.map.WORD["<0-65535>"].addSC("ipsec-isakmp", "IPSEC w/ISAKMP");
globalC.crypto.map.WORD["<0-65535>"]["ipsec-isakmp"].addSC("dynamic", "Enable dynamic crypto map support");
globalC.crypto.map.WORD["<0-65535>"]["ipsec-isakmp"].dynamic.addSC("WORD", "Name of dynamic-map template");
globalC.crypto.map.WORD["<0-65535>"].addSC("ipsec-manual", "IPSEC w/manual keying");
globalC.crypto.map.WORD.addSC("local-address", "Interface to use for local address for this crypto map");
globalC.addSC("decnet", "Global DECnet configuration subcommands");
globalC.addSC("default", "Set a command to its defaults");
globalC.addSC("default-value", "Default character-bits values");
globalC.addSC("dial-control-mib", "Define Dial Control Mib parameters");
globalC.addSC("dial-peer", "Dial Map (Peer) configuration commands");
globalC.addSC("dialer", "Dialer commands");
globalC.addSC("dialer-list", "Create a dialer list entry");
globalC["dialer-list"].addSC("<1-10>", "Dialer group number");
globalC["dialer-list"]["<1-10>"].addSC("protocol", "Permit or Deny based on protocols");
globalC["dialer-list"]["<1-10>"].protocol.addSC("appletalk", "AppleTalk");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.list.addSC("<600-699>", "AppleTalk access list");
globalC["dialer-list"]["<1-10>"].protocol.appletalk.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("bridge", "Bridging");
globalC["dialer-list"]["<1-10>"].protocol.bridge.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.bridge.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.bridge.list.addSC("<200-299>", "Ethernet-typecode access list");
globalC["dialer-list"]["<1-10>"].protocol.bridge.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("clns", "OSI Connectionless Network Service");
globalC["dialer-list"]["<1-10>"].protocol.clns.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.clns.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.clns.list.addSC("WORD", "Name of CLNS filter expression or set");
globalC["dialer-list"]["<1-10>"].protocol.clns.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("clns_es", "CLNS End System");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].list.addSC("WORD", "Name of CLNS filter expression or set");
globalC["dialer-list"]["<1-10>"].protocol["clns_es"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("clns_is", "CLNS Intermediate System");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].list.addSC("WORD", "Name of CLNS filter expression or set");
globalC["dialer-list"]["<1-10>"].protocol["clns_is"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet", "DECnet");
globalC["dialer-list"]["<1-10>"].protocol.decnet.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.decnet.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.decnet.list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol.decnet.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet_node", "DECnet node");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_node"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet_router-L1", "DECnet router L1");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L1"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("decnet_router-L2", "DECnet router L2");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].list.addSC("<300-399>", "DECNET access list");
globalC["dialer-list"]["<1-10>"].protocol["decnet_router-L2"].addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("hpr", "HPR");
globalC["dialer-list"]["<1-10>"].protocol.hpr.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.hpr.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.hpr.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("ip", "IP");
globalC["dialer-list"]["<1-10>"].protocol.ip.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.ip.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.ip.list.addSC("<1-199>", "IP access list");
globalC["dialer-list"]["<1-10>"].protocol.ip.list.addSC("<1300-2699>", "IP expanded access list");
globalC["dialer-list"]["<1-10>"].protocol.ip.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("ipx", "Novell IPX");
globalC["dialer-list"]["<1-10>"].protocol.ipx.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.ipx.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.ipx.list.addSC("<800-1099>", "Novell access list");
globalC["dialer-list"]["<1-10>"].protocol.ipx.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("llc2", "LLC2");
globalC["dialer-list"]["<1-10>"].protocol.llc2.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.llc2.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.llc2.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("netbios", "NETBIOS");
globalC["dialer-list"]["<1-10>"].protocol.netbios.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.netbios.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.netbios.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("vines", "Banyan Vines");
globalC["dialer-list"]["<1-10>"].protocol.vines.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.vines.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.vines.list.addSC("<1-300>", "Vines access list");
globalC["dialer-list"]["<1-10>"].protocol.vines.addSC("permit", "Permit specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.addSC("xns", "XNS");
globalC["dialer-list"]["<1-10>"].protocol.xns.addSC("deny", "Deny specified protocol");
globalC["dialer-list"]["<1-10>"].protocol.xns.addSC("list", "Add access list to dialer list");
globalC["dialer-list"]["<1-10>"].protocol.xns.list.addSC("<400-599>", "XNS access list");
globalC["dialer-list"]["<1-10>"].protocol.xns.addSC("permit", "Permit specified protocol");
globalC.addSC("dlsw", "Data Link Switching global configuration commands");
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("dspu", "DownStream Physical Unit Command");
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.password.addSC("<0-0>", "Specifies an UNENCRYPTED password will follow");
globalC.enable.password.addSC("<7-7>", "Specifies a HIDDEN password will follow");
globalC.enable.password.addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' password");
globalC.enable.password.addSC("level", "Set exec level password");
globalC.enable.password.level.addSC("<1-15>", "Level number");
globalC.enable.password.level["<1-15>"].addSC("<0-0>", "Specifies an UNENCRYPTED password will follow");
globalC.enable.password.level["<1-15>"].addSC("<7-7>", "Specifies a HIDDEN password will follow");
globalC.enable.password.level["<1-15>"].addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' password");
globalC.enable.addSC("secret", "Assign the privileged level secret");
globalC.enable.secret.addSC("<0-0>", "Specifies an UNENCRYPTED password will follow");
globalC.enable.secret.addSC("5", "Specifies an ENCRYPTED secret will follow");
globalC.enable.secret.addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' secret");
globalC.enable.secret.addSC("level", "Set exec level password");
globalC.enable.secret.level.addSC("<1-15>", "Level number");
globalC.enable.secret.level["<1-15>"].addSC("<0-0>", "Specifies an UNENCRYPTED password will follow");
globalC.enable.secret.level["<1-15>"].addSC("5", "Specifies an ENCRYPTED secret will follow");
globalC.enable.secret.level["<1-15>"].addSC("LINE", "The UNENCRYPTED (cleartext) 'enable' secret");
globalC.enable.addSC("use-tacacs", "Use TACACS to check enable passwords");
globalC.addSC("end", "Exit from configure mode");
globalC.addSC("endnode", "SNA APPN endnode command");
globalC.addSC("exception", "Exception handling");
globalC.addSC("exit", "Exit from configure mode");
globalC.addSC("file", "Adjust file system parameters");
globalC.addSC("frame-relay", "global frame relay configuration commands");
globalC.addSC("gateway", "Gateway");
globalC.addSC("gw-accounting", "Enable voip gateway accounting.");
globalC.addSC("help", "Description of the interactive help system");
globalC.addSC("hostname", "Set system's network name");
globalC.hostname.addSC("WORD", "This system's network name");
globalC.addSC("interface", "Select an interface to configure");
globalC.interface.addSC("Async", "Async interface");
globalC.interface.addSC("BVI", "Bridge-Group Virtual Interface");
globalC.interface.addSC("Dialer", "Dialer interface");
globalC.interface.addSC("FastEthernet", "FastEthernet IEEE 802.3");
globalC.interface.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
globalC.interface.addSC("Group-Async", "Async Group interface");
globalC.interface.addSC("Lex", "Lex interface");
globalC.interface.addSC("Loopback", "Loopback interface");
globalC.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
globalC.interface.addSC("Multilink", "Multilink-group interface");
globalC.interface.addSC("Null", "Null interface");
globalC.interface.addSC("Port-channel", "Ethernet Channel of interfaces");
globalC.interface.addSC("Serial", "Serial");
globalC.interface.Serial.addSC("<0-1>", "Serial interface number");
globalC.interface.addSC("Tunnel", "Tunnel interface");
globalC.interface.addSC("Virtual-Template", "Virtual Template interface");
globalC.interface.addSC("Virtual-TokenRing", "Virtual TokenRing");
globalC.interface.addSC("Vlan", "Catalyst Vlans");
globalC.addSC("ip", "Global IP configuration subcommands");
globalC.ip.addSC("access-list", "Named access-list");
//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("address-pool", "Specify default IP address pooling mechanism");
globalC.ip.addSC("alias", "Alias an IP address to a TCP port");
globalC.ip.addSC("as-path", "BGP autonomous system path filter");
globalC.ip.addSC("audit", "Intrusion Detection System");
globalC.ip.addSC("auth-proxy", "Authentication Proxy");
globalC.ip.addSC("bgp-community", "format for BGP community");
globalC.ip.addSC("bootp", "Config BOOTP services");
globalC.ip.addSC("cef", "Cisco Express Forwarding");
globalC.ip.addSC("classless", "Follow classless routing forwarding rules");
globalC.ip.addSC("community-list", "Add a community list entry");
//globalC.ip.addSC("default-gateway", "Specify default gateway (if not routing IP)");
globalC.ip.addSC("default-network", "Flags networks as candidates for default routes");
globalC.ip["default-network"].addSC("A.B.C.D", "IP address of default network");
globalC.ip.addSC("dhcp", "Configure DHCP server and relay parameters");
globalC.ip.dhcp.addSC("conflict", "DHCP address conflict parameters");
globalC.ip.dhcp.addSC("database", "Configure DHCP database agents");
globalC.ip.dhcp.addSC("excluded-address", "Prevent DHCP from assigning certain addresses");
globalC.ip.dhcp["excluded-address"].addSC("A.B.C.D", "Low IP address");
globalC.ip.dhcp["excluded-address"]["A.B.C.D"].addSC("A.B.C.D", "Low IP address");
globalC.ip.dhcp.addSC("ping", "Specify ping parameters used by DHCP");
globalC.ip.dhcp.addSC("pool", "Configure DHCP address pools");
globalC.ip.dhcp.pool.addSC("WORD", "Pool name");
globalC.ip.dhcp.addSC("relay", "DHCP relay agent parameters");
globalC.ip.dhcp.addSC("smart-relay", "Enable Smart Relay feature");
//globalC.ip.addSC("dhcp-server", "Specify address of DHCP server to use");
//globalC.ip.addSC("domain-list", "Domain name to complete unqualified host names.");
globalC.ip.addSC("domain-lookup", "Enable IP Domain Name System hostname translation");
//globalC.ip.addSC("domain-name", "Define the default domain name");
globalC.ip.addSC("drp", "Director response protocol configuration commands");
globalC.ip.addSC("dvmrp", "DVMRP global commands");
globalC.ip.addSC("finger", "finger server");
// globalC.ip.addSC("flow-aggregation", "Configure flow aggregation");
// globalC.ip.addSC("flow-cache", "Configure netflow cache parameters");
// globalC.ip.addSC("flow-export", "Specify host/port to send flow statistics");
globalC.ip.addSC("forward-protocol", "Controls forwarding of physical and directed IP broadcasts");
globalC.ip["forward-protocol"].addSC("nd", "Sun's Network Disk protocol");
globalC.ip["forward-protocol"].addSC("sdns", "Network Security Protocol");
globalC.ip["forward-protocol"].addSC("spanning-tree", "Use transparent bridging to flood UDP broadcasts");
globalC.ip["forward-protocol"].addSC("turbo-flood", "Fast flooding of UDP broadcasts");
globalC.ip["forward-protocol"].addSC("udp", "Packets to a specific UDP port");
globalC.ip.addSC("ftp", "FTP configuration commands");
globalC.ip.addSC("gdp", "Router discovery mechanism");
globalC.ip.addSC("gratuitous-arps", "Generate gratuitous ARPs for PPP/SLIP peer addresses");
globalC.ip.addSC("host", "Add an entry to the ip hostname table");
globalC.ip.host.addSC("WORD", "Name of host");
globalC.ip.addSC("host-routing", "Enable host-based routing (proxy ARP and redirect)");
globalC.ip.addSC("hp-host", "Enable the HP proxy probe service");
globalC.ip.addSC("http", "HTTP server configuration");
globalC.ip.addSC("icmp", "ICMP options");
globalC.ip.addSC("identd", "Ident server");
globalC.ip.addSC("inspect", "Context-based Access Control Engine");
globalC.ip.addSC("local", "Specify local options");
globalC.ip.addSC("mobile", "Enable Mobile IP services");
globalC.ip.addSC("mrm", "Configure IP Multicast Routing Monitor test parameters");
globalC.ip.addSC("mroute", "Configure static multicast routes");
//globalC.ip.addSC("multicast", "Global IP Multicast Commands");
globalC.ip.addSC("multicast-routing", "Enable IP multicast forwarding");
globalC.ip.addSC("name-server", "Specify address of name server to use");
globalC.ip.addSC("nat", "NAT configuration commands");
globalC.ip.nat.addSC("inside", "Inside address translation");
globalC.ip.nat.inside.addSC("destination", "Destination address translation");
globalC.ip.nat.inside.addSC("source", "Source address translation");
globalC.ip.nat.inside.source.addSC("list", "Specify access list describing local addresses");
globalC.ip.nat.inside.source.list.addSC("<1-199>", "Access list number for local addresses");
globalC.ip.nat.inside.source.list["<1-199>"].addSC("interface", "Specify interface for global address");
globalC.ip.nat.inside.source.list["<1-199>"].addSC("pool", "Name pool of global addresses");
globalC.ip.nat.inside.source.list.addSC("WORD", "Access list name for local addresses");
globalC.ip.nat.inside.source.list.WORD.addSC("interface", "Specify interface for global address");
globalC.ip.nat.inside.source.list.WORD.addSC("pool", "Name pool of global addresses");
globalC.ip.nat.inside.source.addSC("route-map", "Specify route-map");
globalC.ip.nat.inside.source.addSC("static", "Specify static local->global mapping");
globalC.ip.nat.inside.source.static.addSC("A.B.C.D", "Inside local IP address");
globalC.ip.nat.inside.source.static["A.B.C.D"].addSC("A.B.C.D", "Inside global IP address");
globalC.ip.nat.inside.source.static.addSC("network", "Subnet translation");
globalC.ip.nat.inside.source.static.network.addSC("A.B.C.D", "Inside local network");
globalC.ip.nat.inside.source.static.addSC("tcp", "Transmission Control Protocol");
globalC.ip.nat.inside.source.static.tcp.addSC("A.B.C.D", "Inside local IP address");
globalC.ip.nat.inside.source.static.addSC("udp", "User Datagram Protocol");
globalC.ip.nat.inside.source.static.udp.addSC("A.B.C.D", "Inside local IP address");
globalC.ip.nat.addSC("outside", "Outside address translation");
globalC.ip.nat.addSC("pool", "Define pool of addresses");
globalC.ip.nat.pool.addSC("WORD", "Pool name");
globalC.ip.nat.pool.WORD.addSC("A.B.C.D", "Start IP address");
globalC.ip.nat.pool.WORD["A.B.C.D"].addSC("A.B.C.D", "End IP address");
globalC.ip.nat.pool.WORD.addSC("netmask", "Specify the network mask");
globalC.ip.nat.pool.WORD.netmask.addSC("A.B.C.D", "Network mask");
globalC.ip.nat.pool.WORD.netmask["A.B.C.D"].addSC("type", "Specify the pool type");
globalC.ip.nat.pool.WORD.addSC("prefix-length", "Specify the prefix length");
globalC.ip.nat.pool.WORD["prefix-length"].addSC("<1-32>", "Prefix length");
globalC.ip.nat.pool.WORD["prefix-length"]["<1-32>"].addSC("type", "Specify the pool type");
globalC.ip.nat.addSC("service", "Special translation for application using non-standard port");
globalC.ip.nat.addSC("translation", "NAT translation entry configuration");
globalC.ip.nat.translation.addSC("dns-timeout", "Specify timeout for NAT DNS flows");
globalC.ip.nat.translation.addSC("finrst-timeout", "Specify timeout for NAT TCP flows after a FIN or RST");
globalC.ip.nat.translation.addSC("icmp-timeout", "Specify timeout for NAT ICMP flows");
globalC.ip.nat.translation.addSC("max-entries", "Specify maximum number of NAT entries");
globalC.ip.nat.translation.addSC("port-timeout", "Specify timeout for NAT TCP/UDP port specific flows");
globalC.ip.nat.translation.addSC("syn-timeout", "Specify timeout for NAT TCP flows after a SYN and no further data");
globalC.ip.nat.translation.addSC("tcp-timeout", "Specify timeout for NAT TCP flows");
globalC.ip.nat.translation.addSC("timeout", "Specify timeout for dynamic NAT translations");
globalC.ip.nat.translation.timeout.addSC("<0-2147483647>", "Timeout in seconds");
globalC.ip.nat.translation.timeout.addSC("never", "Never timeout");
globalC.ip.nat.translation.addSC("udp-timeout", "Specify timeout for NAT UDP flows");
globalC.ip.addSC("ospf", "OSPF");
globalC.ip.addSC("pgm", "PGM Reliable Transport Protocol");
globalC.ip.addSC("pim", "PIM global commands");
globalC.ip.addSC("port-map", "Port to application mapping (PAM) configuration commands");
globalC.ip.addSC("prefix-list", "Build a prefix list");
globalC.ip.addSC("radius", "RADIUS configuration commands");
globalC.ip.addSC("rcmd", "Rcmd commands");
globalC.ip.addSC("reflexive-list", "Reflexive access list");
globalC.ip.addSC("route", "Establish static routes");
globalC.ip.route.addSC("A.B.C.D", "Destination prefix");
globalC.ip.route["A.B.C.D"].addSC("A.B.C.D", "Destination prefix mask");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("A.B.C.D", "Forwarding router's address");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].name.addSC("WORD", "Name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("permanent", "permanent route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].permanent.addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].permanent.addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].addSC("tag", "Set tag for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"]["A.B.C.D"].tag.addSC("<1-4294967295>", "Tag value");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Async", "Async interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Dialer", "Dialer interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].FastEthernet.addSC("<0-1>", "FastEthernet interface number");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Loopback", "Loopback interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback.addSC("<0-2147483647>", "Loopback interface number");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("A.B.C.D", "Forwarding router's address");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("permanent", "permanent route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Loopback["<0-2147483647>"].addSC("tag", "Set tag for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Null", "Null interface");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null.addSC("<0-0>", "Null interface number");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("<1-255>", "Distance metric for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("A.B.C.D", "Forwarding router's address");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("name", "Specify name of the next hop");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("permanent", "permanent route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Null["<0-0>"].addSC("tag", "Set tag for this route");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].addSC("Serial", "Serial");
globalC.ip.route["A.B.C.D"]["A.B.C.D"].Serial.addSC("<0-1>", "Serial interface number");
globalC.ip.route.addSC("profile", "Enable IP routing table profile");
globalC.ip.route.addSC("vrf", "Configure static route for a VPN Routing/Forwarding instance");
globalC.ip.addSC("routing", "Enable IP routing");
globalC.ip.addSC("rsvp", "Configure static RSVP information");
globalC.ip.addSC("sap", "Global IP Multicast SAP Commands");
globalC.ip.addSC("sdr", "Global IP Multicast SDR Commands");
globalC.ip.addSC("security", "Specify system wide security information");
globalC.ip.addSC("source-route", "Process packets with source routing header options");
globalC.ip.addSC("subnet-zero", "Allow 'subnet zero' subnets");
globalC.ip.addSC("tacacs", "TACACS configuration commands");
globalC.ip.addSC("tcp", "Global TCP parameters");
globalC.ip.addSC("telnet", "Specify telnet options");
globalC.ip.addSC("tftp", "tftp configuration commands");
globalC.ip.addSC("trigger-authentication", "Trigger-authentication configurations parameters");
globalC.ip.addSC("vrf", "Configure an IP VPN Routing/Forwarding instance");
globalC.ip.addSC("wccp", "Web-Cache Coordination Protocol Commands");
globalC.addSC("ipx", "Novell/IPX global configuration commands");
globalC.addSC("isdn", "ISDN configuration commands");
globalC.addSC("isis", "Global ISIS configuration subcommands");
globalC.addSC("kerberos", "Configure Kerberos");
globalC.addSC("key", "Key management");
globalC.addSC("keymap", "Define a new keymap");
globalC.addSC("lane", "Configure LAN Emulation");
globalC.addSC("lat", "DEC Local Area Transport (LAT) transmission protocol");
globalC.addSC("line", "Configure a terminal line");
//globalC.line.addSC("<0-70>", "First Line number");
// globalC.line["<0-70>"].addSC("<1-70>", "Last Line number");
globalC.line.addSC("aux", "Auxiliary line");
globalC.line.aux.addSC("<0-0>", "First Line number");
globalC.line.addSC("console", "Primary terminal line");
globalC.line.console.addSC("<0-0>", "First Line number");
globalC.line.addSC("tty", "Terminal controller");
globalC.line.tty.addSC("<1-64>", "First Line number");
globalC.line.tty["<1-64>"].addSC("<2-64>", "Last Line number");
globalC.line.addSC("vty", "Virtual terminal");
globalC.line.vty.addSC("<0-133>", "First Line number");
globalC.line.vty["<0-133>"].addSC("<1-133>", "Last Line number");
globalC.addSC("lnm", "IBM Lan Manager");
globalC.addSC("locaddr-priority-list", "Establish queueing priorities based on LU address");
globalC.addSC("location", "Network Management Router location Command");
globalC.addSC("logging", "Modify message logging facilities");
globalC.addSC("login-string", "Define a host-specific login string");
globalC.addSC("map-class", "Configure static map class");
globalC["map-class"].addSC("atm", "Asynchronous transfer mode");
globalC["map-class"].addSC("dialer", "Dial on Demand");
globalC["map-class"].addSC("frame-relay", "Frame Relay");
globalC["map-class"]["frame-relay"].addSC("WORD", "Static map class name");
globalC.addSC("map-list", "Configure static map list");
globalC.addSC("memory-size", "Adjust memory size by percentage");
globalC.addSC("menu", "Define a user-interface menu");
globalC.addSC("modemcap", "Modem Capabilities database");
globalC.addSC("mop", "Configure the DEC MOP Server");
globalC.addSC("mpoa", "MPOA global configuration commands");
globalC.addSC("multilink", "PPP multilink global configuration");
globalC.addSC("ncia", "Native Client Interface Architecture");
globalC.addSC("netbios", "NETBIOS access control filtering");
globalC.addSC("no", "Negate a command or set its defaults");
globalC.no.addSC("aaa", "Authentication, Authorization and Accounting.");
globalC.no.addSC("access-list", "Add an access list entry");
globalC.no.addSC("alias", "Create command alias");
globalC.no.addSC("alps", "Configure Airline Protocol Support");
globalC.no.addSC("apollo", "Apollo global configuration commands");
globalC.no.addSC("appletalk", "Appletalk global configuration commands");
globalC.no.addSC("arap", "Appletalk Remote Access Protocol");
globalC.no.addSC("arp", "Set a static ARP entry");
globalC.no.addSC("async-bootp", "Modify system bootp parameters");
globalC.no.addSC("autonomous-system", "Specify local AS number to which we belong");
globalC.no.addSC("banner", "Define a login banner");
globalC.no.addSC("boot", "Modify system boot parameters");
globalC.no.addSC("bridge", "Bridge Group.");
globalC.no.addSC("bstun", "BSTUN global configuration commands");
globalC.no.addSC("buffers", "Adjust system buffer pool parameters");
globalC.no.addSC("busy-message", "Display message when connection to host fails");
globalC.no.addSC("call-history-mib", "Define call history mib parameters");
globalC.no.addSC("cdp", "Global CDP configuration subcommands");
globalC.no.addSC("chat-script", "Define a modem chat script");
globalC.no.addSC("class-map", "Configure QoS Class Map");
globalC.no.addSC("clns", "Global CLNS configuration subcommands");
globalC.no.addSC("clock", "Configure time-of-day clock");
globalC.no.addSC("cns", "CNS Subsystems");
globalC.no.addSC("config-register", "Define the configuration register");
globalC.no.addSC("controller", "Configure a specific controller");
globalC.no.addSC("crypto", "Encryption module");
globalC.no.addSC("decnet", "Global DECnet configuration subcommands");
globalC.no.addSC("default-value", "Default character-bits values");
globalC.no.addSC("dial-control-mib", "Define Dial Control Mib parameters");
globalC.no.addSC("dial-peer", "Dial Map (Peer) configuration commands");
globalC.no.addSC("dialer", "Dialer commands");
globalC.no.addSC("dialer-list", "Create a dialer list entry");
globalC.no.addSC("dlsw", "Data Link Switching global configuration commands");
globalC.no.addSC("dnsix-dmdp", "Provide DMDP service for DNSIX");
globalC.no.addSC("dnsix-nat", "Provide DNSIX service for audit trails");
globalC.no.addSC("downward-compatible-config", "Generate a configuration compatible with older software");
globalC.no.addSC("dspu", "DownStream Physical Unit Command");
globalC.no.addSC("enable", "Modify enable password parameters");
globalC.no.addSC("end", "Exit from configure mode");
globalC.no.addSC("endnode", "SNA APPN endnode command");
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("frame-relay", "global frame relay configuration commands");
globalC.no.addSC("gateway", "Gateway");
globalC.no.addSC("gw-accounting", "Enable voip gateway accounting.");
globalC.no.addSC("hostname", "Set system's network name");
globalC.no.addSC("interface", "Select an interface to configure");
globalC.no.addSC("ip", "Global IP configuration subcommands");
globalC.no.ip.addSC("access-list", "Named access-list");
globalC.no.ip.addSC("accounting-list", "Select hosts for which IP accounting information is kept");
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("address-pool", "Specify default IP address pooling mechanism");
globalC.no.ip.addSC("alias", "Alias an IP address to a TCP port");
globalC.no.ip.addSC("as-path", "BGP autonomous system path filter");
globalC.no.ip.addSC("audit", "Intrusion Detection System");
globalC.no.ip.addSC("auth-proxy", "Authentication Proxy");
globalC.no.ip.addSC("bgp-community", "format for BGP community");
globalC.no.ip.addSC("bootp", "Config BOOTP services");
globalC.no.ip.addSC("cef", "Cisco Express Forwarding");
globalC.no.ip.addSC("classless", "Follow classless routing forwarding rules");
globalC.no.ip.addSC("community-list", "Add a community list entry");
globalC.no.ip.addSC("default-gateway", "Specify default gateway (if not routing IP)");
globalC.no.ip.addSC("default-network", "Flags networks as candidates for default routes");
globalC.no.ip.addSC("dhcp", "Configure DHCP server and relay parameters");
globalC.no.ip.addSC("dhcp-server", "Specify address of DHCP server to use");
globalC.no.ip.addSC("domain-list", "Domain name to complete unqualified host names.");
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("drp", "Director response protocol configuration commands");
globalC.no.ip.addSC("dvmrp", "DVMRP global commands");
globalC.no.ip.addSC("finger", "finger server");
globalC.no.ip.addSC("flow-aggregation", "Configure flow aggregation");
globalC.no.ip.addSC("flow-cache", "Configure netflow cache parameters");
globalC.no.ip.addSC("flow-export", "Specify host/port to send flow statistics");
globalC.no.ip.addSC("forward-protocol", "Controls forwarding of physical and directed IP broadcasts");
globalC.no.ip.addSC("ftp", "FTP configuration commands");
globalC.no.ip.addSC("gdp", "Router discovery mechanism");
globalC.no.ip.addSC("gratuitous-arps", "Generate gratuitous ARPs for PPP/SLIP peer addresses");
globalC.no.ip.addSC("host", "Add an entry to the ip hostname table");
globalC.no.ip.addSC("host-routing", "Enable host-based routing (proxy ARP and redirect)");
globalC.no.ip.addSC("hp-host", "Enable the HP proxy probe service");
globalC.no.ip.addSC("http", "HTTP server configuration");
globalC.no.ip.addSC("icmp", "ICMP options");
globalC.no.ip.addSC("identd", "Ident server");
globalC.no.ip.addSC("inspect", "Context-based Access Control Engine");
globalC.no.ip.addSC("local", "Specify local options");
globalC.no.ip.addSC("mobile", "Enable Mobile IP services");
globalC.no.ip.addSC("mrm", "Configure IP Multicast Routing Monitor test parameters");
globalC.no.ip.addSC("mroute", "Configure static multicast routes");
globalC.no.ip.addSC("multicast", "Global IP Multicast Commands");
globalC.no.ip.addSC("multicast-routing", "Enable IP multicast forwarding");
globalC.no.ip.addSC("name-server", "Specify address of name server to use");
globalC.no.ip.addSC("nat", "NAT configuration commands");
globalC.no.ip.addSC("ospf", "OSPF");
globalC.no.ip.addSC("pgm", "PGM Reliable Transport Protocol");
globalC.no.ip.addSC("pim", "PIM global commands");
globalC.no.ip.addSC("port-map", "Port to application mapping (PAM) configuration commands");
globalC.no.ip.addSC("prefix-list", "Build a prefix list");
globalC.no.ip.addSC("radius", "RADIUS configuration commands");
globalC.no.ip.addSC("rcmd", "Rcmd commands");
globalC.no.ip.addSC("reflexive-list", "Reflexive access list");
globalC.no.ip.addSC("route", "Establish static routes");
globalC.no.ip.addSC("routing", "Enable IP routing");
globalC.no.ip.addSC("rsvp", "Configure static RSVP information");
globalC.no.ip.addSC("sap", "Global IP Multicast SAP Commands");
globalC.no.ip.addSC("sdr", "Global IP Multicast SDR Commands");
globalC.no.ip.addSC("security", "Specify system wide security information");
globalC.no.ip.addSC("source-route", "Process packets with source routing header options");
globalC.no.ip.addSC("subnet-zero", "Allow 'subnet zero' subnets");
globalC.no.ip.addSC("tacacs", "TACACS configuration commands");
globalC.no.ip.addSC("tcp", "Global TCP parameters");
globalC.no.ip.addSC("telnet", "Specify telnet options");
globalC.no.ip.addSC("tftp", "tftp configuration commands");
globalC.no.ip.addSC("trigger-authentication", "Trigger-authentication configurations parameters");
globalC.no.ip.addSC("vrf", "Configure an IP VPN Routing/Forwarding instance");
globalC.no.ip.addSC("wccp", "Web-Cache Coordination Protocol Commands");
globalC.no.addSC("ipx", "Novell/IPX global configuration commands");
globalC.no.addSC("isdn", "ISDN configuration commands");
globalC.no.addSC("isis", "Global ISIS configuration subcommands");
globalC.no.addSC("kerberos", "Configure Kerberos");
globalC.no.addSC("key", "Key management");
globalC.no.addSC("keymap", "Define a new keymap");
globalC.no.addSC("lane", "Configure LAN Emulation");
globalC.no.addSC("lat", "DEC Local Area Transport (LAT) transmission protocol");
globalC.no.addSC("line", "Configure a terminal line");
globalC.no.addSC("lnm", "IBM Lan Manager");
globalC.no.addSC("locaddr-priority-list", "Establish queueing priorities based on LU address");
globalC.no.addSC("location", "Network Management Router location Command");
globalC.no.addSC("logging", "Modify message logging facilities");
globalC.no.addSC("login-string", "Define a host-specific login string");
globalC.no.addSC("map-class", "Configure static map class");
globalC.no.addSC("map-list", "Configure static map list");
globalC.no.addSC("memory-size", "Adjust memory size by percentage");
globalC.no.addSC("menu", "Define a user-interface menu");
globalC.no.addSC("modemcap", "Modem Capabilities database");
globalC.no.addSC("mop", "Configure the DEC MOP Server");
globalC.no.addSC("mpoa", "MPOA global configuration commands");
globalC.no.addSC("multilink", "PPP multilink global configuration");
globalC.no.addSC("ncia", "Native Client Interface Architecture");
globalC.no.addSC("netbios", "NETBIOS access control filtering");
globalC.addSC("ntp", "Configure NTP");
globalC.addSC("num-exp", "Dial Map Number Expansion configuration commands");
globalC.addSC("partition", "Partition device");
globalC.addSC("policy-map", "Configure QoS Policy Map");
globalC["policy-map"].addSC("WORD", "policy-map name");
globalC.addSC("printer", "Define an LPD printer");
globalC.addSC("priority-list", "Build a priority list");
globalC.addSC("privilege", "Command privilege parameters");
globalC.addSC("prompt", "Set system's prompt");
globalC.addSC("queue-list", "Build a custom queue list");
globalC.addSC("resume-string", "Define a host-specific resume string");
globalC.addSC("rif", "Source-route RIF cache");
globalC.addSC("rlogin", "Rlogin configuration commands");
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.addSC("egp", "Exterior Gateway Protocol (EGP)");
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.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.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.addSC("rip", "Routing Information Protocol (RIP)");
globalC.router.addSC("static", "Static routes");
globalC.router.addSC("traffic-engineering", "Traffic engineered routes");
globalC.addSC("rsrb", "RSRB LSAP/DSAP filtering");
globalC.addSC("rtr", "RTR Base Configuration");
globalC.addSC("sap-priority-list", "Establish queueing priorities based on SAP and/or MAC address(es)");
globalC.addSC("scheduler", "Scheduler parameters");
globalC.addSC("service", "Modify use of network based services");
globalC.addSC("sgbp", "SGBP Stack Group Bidding Protocol configuration");
globalC.addSC("smrp", "Simple Multicast Routing Protocol configuration commands");
globalC.addSC("sna", "Network Management Physical Unit Command");
globalC.addSC("snmp-server", "Modify SNMP parameters");
globalC.addSC("source-bridge", "Source-route bridging ring groups");
globalC.addSC("stackmaker", "Specify stack name and add its member");
globalC.addSC("state-machine", "Define a TCP dispatch state machine");
globalC.addSC("stun", "STUN global configuration commands");
globalC.addSC("subscriber-policy", "Subscriber policy");
globalC.addSC("tacacs-server", "Modify TACACS query parameters");
globalC.addSC("tarp", "Global TARP configuration subcommands");
globalC.addSC("terminal-queue", "Terminal queue commands");
globalC.addSC("tftp-server", "Provide TFTP service for netload requests");
globalC.addSC("time-range", "Define time range entries");
globalC.addSC("tn3270", "tn3270 configuration command");
globalC.addSC("translate", "Translate global configuration commands");
globalC.addSC("ttycap", "Define a new termcap");
globalC.addSC("username", "Establish User Name Authentication");
globalC.addSC("vines", "VINES global configuration commands");
globalC.addSC("virtual-profile", "Virtual Profile configuration");
globalC.addSC("voice", "Global voice configuration");
globalC.addSC("vpdn", "Virtual Private Dialup Network");
globalC.addSC("vpdn-group", "VPDN group configuration");
globalC.addSC("vty-async", "Enable virtual async line configuration");
globalC.addSC("x25", "X.25 Level 3");
globalC.addSC("x29", "X29 commands");
globalC.addSC("xns", "XNS global configuration commands");
globalC.addSC("xremote", "Configure XRemote");


Wyszukiwarka

Podobne podstrony:
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd global
cmd intF
cmd=hrk praca&serwis=1

więcej podobnych podstron