North,
During one of the training classes I attended way back when, the instructor mentioned that only one Access-List can be applied to an interface at any given time. This means that all rules and permissions needed for the interface should be included in that singular access list for that...
North/unclerico
I got it to work with minor adjustment as I had to create an access list for each ATM port as per the example below:
access-list 1 permit 67.01.03.1
!
interface atm1/0.01
ip policy route-map Customer1
!
route-map Customer1 permit 10
match ip address 1
set ip precedence...
For everyone’s benefit, this is what I come up with. Could you please review and let me know if I made a mistake?
access-list 1 permit 67.01.03.1
access-list 2 permit 67.01.03.9
!
interface fa0/0
ip policy route-map CustomerX
!
route-map CustomerX permit 10
match ip address 1
set ip precedence...
It is a Cisco 26xx router.
Can you please provide me with an example of a acl/policy that might work and how it would look. I tried a couple so far, I even changed the IP block on atm0/0.02 to a different series still no luck.
To answer your first question above correctly, yes I am trying to...
Possibly. I can change the IP numbers if I have to.
I am using the loopback as an always up interface and associating them with ATM1/0.01 Interfaces using the IP Unnumbered command.
Please keep in mind that the ip address 10.01.01.1 255.255.255.252 on the loopback ties to a DSL modem at the...
Sorry one correction:
interface ATM1/0.02 point-to-point
description Customer 2
ip unnumbered Loopback02
no ip route-cache
no ip mroute-cache
pvc 1/02
class-vc bridging
ubr 640
this is for customer 2 and not 1
Lisa
Hi all,
I am trying to separate loopback interfaces and have some of them go out through a different gateway. All gateways are connected to Fa0/0 (same LAN switch). Currently all loopbacks use the same gateway, and for load balancing reasons we need to separate the loopback interfaces.
current...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.