subintGC.addSC("arp", "Set arp type (arpa, probe, snap) or timeout"); subintGC.addSC("bandwidth", "Set bandwidth informational parameter"); subintGC.bandwidth.addSC("<1-10000000>", "Bandwidth in kilobits"); subintGC.addSC("carrier-delay", "Specify delay for interface transitions"); subintGC.addSC("cdp", "CDP interface subcommands"); subintGC.addSC("default", "Set a command to its defaults"); subintGC.addSC("delay", "Specify interface throughput delay"); subintGC.addSC("description", "Interface specific description"); subintGC.addSC("exit", "Exit from interface configuration mode"); subintGC.addSC("ip", "Interface Internet Protocol config commands"); subintGC.ip.addSC("access-group", "Specify access control for packets"); subintGC.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)"); subintGC.addSC("no", "Negate a command or set its defaults"); subintGC.no.addSC("arp", "Set arp type (arpa, probe, snap) or timeout"); subintGC.no.addSC("bandwidth", "Set bandwidth informational parameter"); subintGC.no.addSC("carrier-delay", "Specify delay for interface transitions"); subintGC.no.addSC("cdp", "CDP interface subcommands"); subintGC.no.addSC("delay", "Specify interface throughput delay"); subintGC.no.addSC("description", "Interface specific description"); subintGC.no.addSC("ip", "Interface Internet Protocol config commands"); subintGC.no.ip.addSC("access-group", "Specify access control for packets"); subintGC.no.addSC("mtu", "Set the interface Maximum Transmission Unit (MTU)"); subintGC.addSC("ntp", "Configure NTP"); subintGC.addSC("service-policy", "Configure QoS Service Policy"); subintGC.addSC("shutdown", "Shutdown the selected interface"); subintGC.addSC("timeout", "Define timeout values for this interface");