cmd intVlan



intVlanC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
intVlanC.addSC("bandwidth", "Set bandwidth informational parameter");
intVlanC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits");
intVlanC.addSC("carrier-delay", "Specify delay for interface transitions");
intVlanC.addSC("cdp", "CDP interface subcommands");
intVlanC.addSC("custom-queue-list", "Assign a custom queue list to an interface");
intVlanC.addSC("default", "Set a command to its defaults");
intVlanC.addSC("delay", "Specify interface throughput delay");
intVlanC.addSC("description", "Interface specific description");
intVlanC.addSC("exit", "Exit from interface configuration mode");
intVlanC.addSC("fair-queue", "Enable Fair Queuing on an Interface");
intVlanC.addSC("help", "Description of the interactive help system");
intVlanC.addSC("hold-queue", "Set hold queue depth");
intVlanC.addSC("ip", "Interface Internet Protocol config commands");
intVlanC.ip.addSC("access-group", "Specify access control for packets");
intVlanC.ip.addSC("accounting", "Enable IP accounting on this interface");
intVlanC.ip.addSC("address", "Set the IP address of an interface");
intVlanC.ip.address.addSC("A.B.C.D", "IP address");
intVlanC.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
intVlanC.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
intVlanC.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
intVlanC.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
intVlanC.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
intVlanC.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
intVlanC.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
intVlanC.ip.addSC("nat", "NAT interface commands");
intVlanC.ip.nat.addSC("inside", "Inside interface for address translation");
intVlanC.ip.nat.addSC("outside", "Outside interface for address translation");
intVlanC.ip.addSC("probe", "Enable HP Probe support");
intVlanC.ip.addSC("proxy-arp", "Enable proxy ARP");
intVlanC.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
intVlanC.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
intVlanC.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
intVlanC.ip.addSC("security", "DDN IP Security Option");
intVlanC.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
intVlanC.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
intVlanC.ip.addSC("verify", "Enable per packet validation");
intVlanC.addSC("keepalive", "Enable keepalive");
intVlanC.addSC("load-interval", "Specify interval for load calculation for an interface");
intVlanC["load-interval"].addSC("<30-600>", "Load interval delay in seconds");
intVlanC.addSC("logging", "Configure logging for interface");
intVlanC.addSC("loopback", "Configure internal loopback on an interface");
intVlanC.addSC("mac-address", "Manually set interface MAC address");
intVlanC.addSC("management", "make this the management interface");
intVlanC.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
intVlanC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intVlanC.addSC("no", "Negate a command or set its defaults");
intVlanC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout");
intVlanC.no.addSC("bandwidth", "Set bandwidth informational parameter");
intVlanC.no.addSC("carrier-delay", "Specify delay for interface transitions");
intVlanC.no.addSC("cdp", "CDP interface subcommands");
intVlanC.no.addSC("custom-queue-list", "Assign a custom queue list to an interface");
intVlanC.no.addSC("delay", "Specify interface throughput delay");
intVlanC.no.addSC("description", "Interface specific description");
intVlanC.no.addSC("fair-queue", "Enable Fair Queuing on an Interface");
intVlanC.no.addSC("hold-queue", "Set hold queue depth");
intVlanC.no.addSC("ip", "Interface Internet Protocol config commands");
intVlanC.no.ip.addSC("access-group", "Specify access control for packets");
intVlanC.no.ip.addSC("accounting", "Enable IP accounting on this interface");
intVlanC.no.ip.addSC("address", "Set the IP address of an interface");
intVlanC.no.ip.address.addSC("A.B.C.D", "IP address");
intVlanC.no.ip.address["A.B.C.D"].addSC("A.B.C.D", "IP subnet mask");
intVlanC.no.ip.address["A.B.C.D"]["A.B.C.D"].addSC("secondary", "Make this IP address a secondary address");
intVlanC.no.ip.addSC("broadcast-address", "Set the broadcast address of an interface");
intVlanC.no.ip.addSC("directed-broadcast", "Enable forwarding of directed broadcasts");
intVlanC.no.ip.addSC("helper-address", "Specify a destination address for UDP broadcasts");
intVlanC.no.ip.addSC("mask-reply", "Enable sending ICMP Mask Reply messages");
intVlanC.no.ip.addSC("mtu", "Set IP Maximum Transmission Unit");
intVlanC.no.ip.addSC("nat", "NAT interface commands");
intVlanC.no.ip.addSC("probe", "Enable HP Probe support");
intVlanC.no.ip.addSC("proxy-arp", "Enable proxy ARP");
intVlanC.no.ip.addSC("rarp-server", "Enable RARP server for static arp entries");
intVlanC.no.ip.addSC("redirects", "Enable sending ICMP Redirect messages");
intVlanC.no.ip.addSC("route-cache", "Enable fast-switching cache for outgoing packets");
intVlanC.no.ip.addSC("security", "DDN IP Security Option");
intVlanC.no.ip.addSC("unnumbered", "Enable IP processing without an explicit address");
intVlanC.no.ip.addSC("unreachables", "Enable sending ICMP Unreachable messages");
intVlanC.no.ip.addSC("verify", "Enable per packet validation");
intVlanC.no.addSC("keepalive", "Enable keepalive");
intVlanC.no.addSC("load-interval", "Specify interval for load calculation for an interface");
intVlanC.no.addSC("logging", "Configure logging for interface");
intVlanC.no.addSC("loopback", "Configure internal loopback on an interface");
intVlanC.no.addSC("mac-address", "Manually set interface MAC address");
intVlanC.no.addSC("management", "make this the management interface");
intVlanC.no.addSC("max-reserved-bandwidth", "Maximum Reservable Bandwidth on an Interface");
intVlanC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)");
intVlanC.addSC("ntp", "Configure NTP");
intVlanC.addSC("priority-group", "Assign a priority group to an interface");
intVlanC.addSC("random-detect", "Enable Weighted Random Early Detection (WRED) on an Interface");
intVlanC.addSC("rmon", "Configure Remote Monitoring on an interface");
intVlanC.addSC("service-policy", "Configure QoS Service Policy");
intVlanC.addSC("shutdown", "Shutdown the selected interface");
intVlanC.addSC("snmp", "Modify SNMP interface parameters");
intVlanC.addSC("standby", "Hot standby interface subcommands");
intVlanC.addSC("timeout", "Define timeout values for this interface");
intVlanC.addSC("transmit-interface", "Assign a transmit interface to a receive-only interface");
intVlanC.addSC("tx-queue-limit", "Configure card level transmit queue limit");
intVlanC.addSC("udld", "Configure UDLD enabled or disabled and ignore global UDLD setting");


Wyszukiwarka

Podobne podstrony:
cmd intVlan
cmd intVlan
cmd intVlan
cmd intF
cmd=hrk praca&serwis=1
cmd=pytanie jedno,26&serwis=7
cmd intE
cmd routeMap
cmd intBri
cmd intLoopBack
cmd global
cmd=kom jedno,80&serwis=1
cmd=strona,16&serwis=4
cmd intE
cmd=strona,20&serwis=0
cmd policyMap
cmd subintG
cmd extNacl
cmd intS

więcej podobnych podstron