From: kody (kody@xxxxxxxxxxxxxxxxx)
Date: Fri Jun 16 2000 - 02:16:54 GMT-3
Hi?
I know that dlsw network uses non-canonical mac address format.
If we have an Ethernet to Ethernet dlsw network
and want to prevent packets generated by one specific ethernet mac
address
from being forwarded to remote dlsw peer router or ethernet.
I think 'dlsw remote-peer ... dmac-output-list' command is the
possible solution.
But, my question is that when we make MAC addr access-list, what
format should I use? canonical or non-canonical?
For example, the ethernet mac address that should be filtered is
'0101.0101.0101'(canonical format).
Then, Should I write down as
access-list 700 deny 0101.0101.0101 0000.0000.0000
access-list 700 permit 0000.0000.0000 ffff.ffff.ffff
or
access-list 700 deny 8080.8080.8080 8000.0000.0000 (non-canonical
foramt conversion)
access-list 700 permit 0000.0000.0000 ffff.ffff.ffff (Is it right?
permit all in non-canonical format)
Thank you!
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:42 GMT-3