diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_classMap.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_classMap.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_classMap.txt | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_classMap.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_classMap.txt new file mode 100644 index 0000000..8622339 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/fnc_classMap.txt @@ -0,0 +1,52 @@ +classMapC.match["access-group"]["<1-2699>"].enter = true;
+
+classMapC.match["access-group"].name.WORD.enter = true;
+
+classMapC.match.any.enter = true;
+
+classMapC.match["class-map"].WORD.enter = true;
+
+classMapC.match.cos["<0-7>"].enter = true;
+
+classMapC.match["destination-address"].mac["H.H.H"].enter = true;
+
+classMapC.match["input-interface"].ATM["<0-0>"].enter = true;
+
+classMapC.match["input-interface"].Dialer["<0-255>"].enter = true;
+
+classMapC.match["input-interface"].Ethernet["<0-0>"].enter = true;
+
+classMapC.match["input-interface"].Loopback["<0-2147483647>"].enter = true;
+
+classMapC.match["input-interface"].Null["<0-0>"].enter = true;
+
+classMapC.match.ip.precedence["<0-7>"].enter = true;
+
+classMapC.match.ip.rtp["<2000-65535>"]["<0-16383>"].enter = true;
+
+classMapC.match.mpls.experimental["<0-7>"].enter = true;
+
+classMapC.match.protocol.arp.enter = true;
+
+classMapC.match.protocol.bridge.enter = true;
+
+classMapC.match.protocol.cdp.enter = true;
+
+classMapC.match.protocol.compressedtcp.enter = true;
+
+classMapC.match.protocol.ip.enter = true;
+
+classMapC.match.protocol.ipx.enter = true;
+
+classMapC.match.protocol.llc2.enter = true;
+
+classMapC.match.protocol.pppoe.enter = true;
+
+classMapC.match.protocol.snapshot.enter = true;
+
+classMapC.match.protocol.vofr.enter = true;
+
+classMapC.match["qos-group"]["<0-99>"].enter = true;
+
+classMapC.match["source-address"].mac["H.H.H"].enter = true;
+
|
