Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
f3faac72
Commit
f3faac72
authored
Apr 04, 2001
by
Robert Ricci
Browse files
Added some more firewall rule info, added section on MAC address lookups.
parent
942cab6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/cisco-voodoo.txt
View file @
f3faac72
...
...
@@ -108,6 +108,19 @@ ID Name Members of VLAN
through, then try generating your traffic while you are connected to
the router and see if you get errors.
To see the whole lists in all their ugliness, type:
show ip access-lists
The rules are pretty straightforward. First match wins. Netmasks are bass-ackwards
(intead of 255.255.255.0, you would use 0.0.0.255). Each list is applied both
on entrance and exit to the like-named control network VLAN.
3. Changing the firewall rules
No freakin' clue.
ROB: Working on this part
4. Finding MAC address information
To find which port a given MAC address is on type (on the switch console):
show cam <MAC> (where MAC is colon-separated, like 08:00:2b:81:62:d3
To show all MAC addresses in a given VLAN, type:
show cam dynamic <VLAN> (where VLAN is the number, not the name)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment