FireBrick MAC Graphs: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The FireBrick is able to graph traffic for each MAC address it sees. |
The FireBrick is able to graph traffic for each MAC or IP address it sees. |
||
From the manual: |
From the manual: |
||
There is also an option for set-graph-source-mac which causes the session to set a (forward) |
There is also an option for set-graph-source-mac which causes the session to set a (forward) |
||
graph that is based on the MAC address of the source packet, if from an Ethernet interface. |
graph that is based on the MAC address of the source packet, if from an [[Ethernet]] interface. |
||
The graph is created if it does not exist. If set-graph is also defined then each new session |
The graph is created if it does not exist. If set-graph is also defined then each new session |
||
created also causes the speed settings and long term shaper parameters to be copied from the |
created also causes the speed settings and long term shaper parameters to be copied from the |
||
| Line 13: | Line 13: | ||
Assuming you have no current outgoing ruleset, create one such as: |
Assuming you have no current outgoing ruleset, create one such as: |
||
<rule-set name="LAN Outgoing" source-interface="LAN" no-match-action="continue"> |
|||
<rule set-graph- |
<rule set-graph-dynamic="mac" action="continue"/> |
||
</rule-set> |
|||
[[Category:FireBrick]] |
[[Category:FireBrick|MAC]] |
||