Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||||||||
|
Posted by Cleetus Awreetus on April 19, 2006, 6:51 pm
Please log in for more thread options interface on a 6509. I have two PVCs off this OC3. It's Verizon ATM service. I provide connectivity to two separate locations through this interface. I'm trying to figure out if there's a way for me to somehow extend one of the PVCs to another router, a 7507 ( have ATM interfaces for it), in particular. I need to keep the one PVC homed off the 6509, but I need the other PVC somehow extended to the 7507 because it needs to be behind a different security enclave and subject to different security policy. I just don't have the ATM experience/knowledge to know exactly if/how this can be done. Any advice appreciated. Thanks. Steve = | |||||||||||||||||||
|
Posted by Merv on April 19, 2006, 7:33 pm
Please log in for more thread options You should be able to terminate the PVC on the 6509 using an sub-interfaces something like: int ATM x/0/0 no ip address logging event subif-link-status interface ATM x/0/0.10 point-to-point description PVC #1 bandwidth xxx ip address pvc PVC_1 1/10 protocol ip x.x.x.x broadcast vbr-nrt 1536 1536 1 encapsulation aal5snap interface ATM x/0/0.20 point-to-point description PVC #2 bandwidth ip address pvc PVC_2 1/20 protocol ip y.y.y.y broadcast vbr-nrt 1536 1536 1 encapsulation aal5snap You coul then route the other groups traffic thru the second PVC. If they want to secure the traffic they they could use GRE& IPSEC to tunnel their traffic | |||||||||||||||||||
|
Posted by Cleetus Awreetus on April 19, 2006, 7:46 pm
Please log in for more thread options These two PVCs are already in production and they're terminated with the
sub-interfaces just like you've described. Take PVC #2 for example. I need to somehow extend that PVC so it terminates on another router. S | |||||||||||||||||||
|
Posted by Doug McIntyre on April 20, 2006, 1:17 am
Please log in for more thread options >Bear with me and see if this makes sense. I have an ATM OC3 port adapter
>interface on a 6509. I have two PVCs off this OC3. It's Verizon ATM >service. I provide connectivity to two separate locations through this >interface. I'm trying to figure out if there's a way for me to somehow >extend one of the PVCs to another router, a 7507 ( have ATM interfaces for >it), in particular. I need to keep the one PVC homed off the 6509, but I >need the other PVC somehow extended to the 7507 because it needs to be >behind a different security enclave and subject to different security >policy. I just don't have the ATM experience/knowledge to know exactly >if/how this can be done. Any advice appreciated. Thanks. You need an ATM switch, like the LS1010 or 8510 inserted ahead of the 6509. One with at least 3 OC3c ports. One for the inbound, two for the outbound. You map the one PVC to go out one interface, and the other to go out the other interface in the switch. No problem. Cost may be an issue that will make you rethink your desire to do this. You won't be able to do it with the gear you have now. | |||||||||||||||||||
|
Posted by Merv on April 20, 2006, 7:03 am
Please log in for more thread options Discuss your issue with your carrier to see what solutions they can
suggest. Also discuss the approach of you just routing the traffic from 7507 ( without using theri ATM interfaces) to the second PVC. As I indicated earlier they could create a secure tunnel and have it transported over your infrastructure. | |||||||||||||||||||
| Similar Threads | Posted |
| splitting ATM PVC between different routers | April 19, 2006, 6:51 pm |
| Splitting Network On a VLAN | May 11, 2007, 2:37 pm |
| 2 routers one lan | June 29, 2005, 4:44 pm |
| NAT-T and routers. | October 3, 2006, 12:09 pm |
| No NAT between two routers | June 28, 2007, 1:21 pm |
| VTP across routers | March 6, 2008, 11:11 pm |
| Using RIP v2 between two routers | December 20, 2008, 10:17 pm |
| Help with used Cisco Routers | September 17, 2005, 3:30 pm |
| 2610XM routers and VPN | September 26, 2005, 5:44 pm |
| 802.11i for Cisco 870 routers | December 26, 2005, 4:41 pm |
| ACL layer 2 on routers. | January 24, 2006, 6:14 am |
| VPN termination on routers. | January 31, 2006, 4:58 am |
| LAN-to-LAN with ASA55xx or routers | May 14, 2006, 6:14 pm |
| routers and certificates | May 30, 2006, 8:20 am |
| LAN<-->WAN<-->LAN ; L3 switches or Routers?? | July 12, 2006, 3:37 am |

splitting ATM PVC between different routers
Yahoo!
Windows Live
del.icio.us
digg
Netscape 








> You should be able to terminate the PVC on the 6509 using an
> sub-interfaces something like:
> int ATM x/0/0
> no ip address
> logging event subif-link-status
>
> interface ATM x/0/0.10 point-to-point
> description PVC #1
> bandwidth xxx
> ip address
> pvc PVC_1 1/10
> protocol ip x.x.x.x broadcast
> vbr-nrt 1536 1536 1
> encapsulation aal5snap
>
> interface ATM x/0/0.20 point-to-point
> description PVC #2
> bandwidth
> ip address
> pvc PVC_2 1/20
> protocol ip y.y.y.y broadcast
> vbr-nrt 1536 1536 1
> encapsulation aal5snap
>
>
> You coul then route the other groups traffic thru the second PVC.
>
> If they want to secure the traffic they they could use GRE& IPSEC to
> tunnel their traffic
>