3 messages in net.nether.puck.cisco-nsp[c-nsp] How to apply an access-list t...
FromSent OnAttachments
Mario AntonioJan 8, 2005 10:39 am 
Gert DoeringJan 8, 2005 10:54 am 
Stephen J. WilcoxJan 8, 2005 2:42 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[c-nsp] How to apply an access-list to all the sub-interfacesActions...
From:Mario Antonio (di@webjogger.net)
Date:Jan 8, 2005 10:39:11 am
List:net.nether.puck.cisco-nsp

In the following configuration (Router 2621XM), Can I apply an access-list to the interface f0/1, so the subinterfaces will inherit that access-list? Or the only way is to apply to every single sub-interface?

==> I want to filter traffic among these sub-interfaces--

Regards

Mario Antonio

======================

! interface FastEthernet0/1 no ip address ip access-group 130 in speed 100 full-duplex no cdp enable ! interface FastEthernet0/1.1 encapsulation dot1Q 300 ip address 10.20.100.1 255.255.255.0 no cdp enable ! interface FastEthernet0/1.2 encapsulation dot1Q 201 ip address 10.20.200.1 255.255.255.252 no cdp enable !

Regards