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/Switch 2900/fnc_classMap.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_classMap.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_classMap.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_classMap.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_classMap.txt new file mode 100644 index 0000000..ccf63bf --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/fnc_classMap.txt @@ -0,0 +1,18 @@ +classMapC.match.enter = true;
+
+classMapC.match["access-group"]["<1-2699>"].enter = true;
+
+classMapC.match["access-group"].name.WORD.enter = true;
+
+classMapC.match["input-interface"].Null["<0-0>"].enter = true;
+
+classMapC.match["input-interface"].VLAN["<1-1001>"].enter = true;
+
+classMapC.match.protocol.arp.enter = true;
+
+classMapC.match.protocol.cdp.enter = true;
+
+classMapC.match.protocol.compressedtcp.enter = true;
+
+classMapC.match.protocol.ip.enter = true;
+
|
