diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_classMap.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_classMap.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_classMap.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_classMap.txt new file mode 100644 index 0000000..0670144 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_classMap.txt @@ -0,0 +1,20 @@ +
+classMapC.addSC("exit", "Exit from QoS class-map configuration mode");
+classMapC.addSC("match", "classification criteria");
+ classMapC.match.addSC("access-group", "access group");
+ classMapC.match["access-group"].addSC("<1-2699>", "Access list index");
+ classMapC.match["access-group"].addSC("name", "Named Access List");
+ classMapC.match["access-group"].name.addSC("WORD", "Access List name");
+ classMapC.match.addSC("input-interface", "Select an input interface to match");
+ classMapC.match["input-interface"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
+ classMapC.match["input-interface"].FastEthernet.addSC("<0-2>", "FastEthernet interface number");
+ classMapC.match["input-interface"].addSC("Null", "Null interface");
+ classMapC.match["input-interface"].Null.addSC("<0-0>", "Null interface number");
+ classMapC.match["input-interface"].addSC("VLAN", "Switch VLAN Virtual Interface");
+ classMapC.match["input-interface"].VLAN.addSC("<1-1001>", "VLAN interface number");
+ classMapC.match.addSC("protocol", "Protocol");
+ classMapC.match.protocol.addSC("arp", "IP ARP");
+ classMapC.match.protocol.addSC("cdp", "Cisco Discovery Protocol");
+ classMapC.match.protocol.addSC("compressedtcp", "Compressed TCP");
+ classMapC.match.protocol.addSC("ip", "IP");
+classMapC.addSC("no", "Negate or set default values of a command");
|
