cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
428
Views
0
Helpful
1
Replies

filtering an Ethernet Mac address - DLSW.

calopez
Level 1
Level 1

I have a router running dlsw. There is a specific mac address off the Ethernet segment causing high utilization. How can I filter in this mac address from the ethernet segment/ DLSW SNA segment on the access router? The router is running transparent bridging.

#show bridge

Address Action Interface Age RX count TX count

0200.4020.000e forward Ethernet0 0 324495 0

Ethernet0 configuration shows:

interface Ethernet0

ip address x.x.x.x x.x.x.x

no ip directed-broadcast

bridge-group 1

bridge-group 1 spanning-disabled

What is the command to filter in the mac address above (in the show bridge).

Txs in advance.

Carlos.

1 Reply 1

b.shoresh
Level 1
Level 1

Hello.

I think this should do te work :

access-list 700 deny 0200.4020.000e 0000.0000.0000

access-list 700 permit 0000.0000.0000 ffff.ffff.ffff

interface Eth 0

bridge-group 1 input-address-list 700

You can also look at http://www.cisco.com/univercd/cc/td/doc/product/software/ssr83/rpc_r/53998.htm

Boaz.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: