| Title: | IRIS - A Software LAN Analyzer |
| Notice: | IRIS kit now at http://src-www.pa.dec.com/SRC/personal/mitch/iris.html |
| Moderator: | JAMIN::LICHTENBERG |
| Created: | Mon Jun 28 1993 |
| Last Modified: | Tue May 13 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 358 |
| Total number of notes: | 1841 |
Well... I haven't tried filtering yet but what doesn't work is defining
a node name for the address. For example, node VN_a has the address
00-00-f8-64-b8-00 as its starting point. I entered the address with an
XX instead of the 00. The node was defined in the nodename file as 00.
I tried editing DWNODES.INI to replace the 00 with XX and then
restarted IRIS. The names were still not recognized.
Mitch, what do you think? Should this be working?
Thanks!
David
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 356.1 | PHYLUM::Lichtenberg | Mitch Lichtenberg | Mon Apr 21 1997 19:28 | 13 | |
David,
Correct -- XX in defined names does not work. I'm not storing the
"ignore" digits in the node database file, and in the in-memory
structures that go with it...
If I do this, the number of nodes you can store in the database
will get much smaller (by about 25%) - is it worth it?
/Mitch.
| |||||
| 356.2 | Absolutely worth it! | DAVIDF::FOX | David B. Fox -- DTN 285-2091 | Tue Apr 22 1997 09:43 | 8 |
The new VNswitch modules work on that basis. You get a base hardware address and then it assigns individual addresses for each interface or VLAN on the module. I don't know what the current limit is but I'd say a 25% penalty, at least for me in my test environment, is not a big deal. What is the current limit? David | |||||
| 356.3 | PHYLUM::Lichtenberg | Mitch Lichtenberg | Thu Apr 24 1997 15:29 | 11 | |
According to the sources, you can get 1024 names in the table - I
allocate about half of a 64K segment for it now. Each entry
is 22 bytes.
An additional 6 bytes will only cost 6K - doesn't sound too bad...
/Mitch.
| |||||