bridging between 2 ATM subinterfaces/PVC's

bridging between 2 ATM subinterfaces/PVC's

NewsGroups | Search | Tools
 comp.dcom.sys.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
bridging between 2 ATM subinterfaces/PVC's Remco Bressers 08-11-2005
Posted by Remco Bressers on August 11, 2005, 5:39 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Hi,

On a Cisco 7204VXR i want to configure 2 ATM PVC's, bridged together so they can
communicate transparently.
On the 7204 i configured the interfaces as follows :

int atm1/0.162055 point-to-point
pvc 16/2055
encap aal5snap
bridge-group 1

int atm1/0.162056 point-to-point
pvc 16/2056
encap aal5snap
bridge-group 1

The bridge group is configured easily like this :

bridge 1 protocol ieee


According to my theory, the two PVC's should be in bridging mode now. The PVC's
are terminated (through a 3rd party network) on DSL routers, where i
configured RFC1483, LLC based. On router 1 i configured IP address 10.0.0.1/24
and on the second router 10.0.0.2/24. They don't seem to 'see'
eachother in any way and i cannot ping from router 1 to router 2.

Can anyone put me in the right direction?

Thanks in advance,

Remco Bressers


Posted by Lars L. Christensen on August 11, 2005, 8:13 pm
If you were  Registered and logged in, you could reply and use other advanced thread options

> Hi,
>
> On a Cisco 7204VXR i want to configure 2 ATM PVC's, bridged together
> so they can communicate transparently. On the 7204 i configured the
> interfaces as follows :
>
> int atm1/0.162055 point-to-point
> pvc 16/2055
> encap aal5snap
> bridge-group 1
>
> int atm1/0.162056 point-to-point
> pvc 16/2056
> encap aal5snap
> bridge-group 1
>
> The bridge group is configured easily like this :
>
> bridge 1 protocol ieee
>
>
> According to my theory, the two PVC's should be in bridging mode now.
> The PVC's are terminated (through a 3rd party network) on DSL routers,
> where i configured RFC1483, LLC based. On router 1 i configured IP
> address 10.0.0.1/24 and on the second router 10.0.0.2/24. They don't
> seem to 'see' eachother in any way and i cannot ping from router 1 to
> router 2.
>
> Can anyone put me in the right direction?
>
> Thanks in advance,
>
> Remco Bressers
>


You might need to bridge your IP protocol as well. try add "atm route-
bridge ip" to the interfaces or "bridge 1 route ip" to your global
config.

Cheers,

Lars Christensen


Posted by Remco Bressers on August 12, 2005, 9:21 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Lars L. Christensen wrote:
>
>
>>Hi,
>>
>>On a Cisco 7204VXR i want to configure 2 ATM PVC's, bridged together
>>so they can communicate transparently. On the 7204 i configured the
>>interfaces as follows :
>>
>>int atm1/0.162055 point-to-point
>> pvc 16/2055
>> encap aal5snap
>> bridge-group 1
>>
>>int atm1/0.162056 point-to-point
>> pvc 16/2056
>> encap aal5snap
>> bridge-group 1
>>
>>The bridge group is configured easily like this :
>>
>>bridge 1 protocol ieee
>>
>>
>>According to my theory, the two PVC's should be in bridging mode now.
>>The PVC's are terminated (through a 3rd party network) on DSL routers,
>>where i configured RFC1483, LLC based. On router 1 i configured IP
>>address 10.0.0.1/24 and on the second router 10.0.0.2/24. They don't
>>seem to 'see' eachother in any way and i cannot ping from router 1 to
>>router 2.
>>
>>Can anyone put me in the right direction?
>>
>>Thanks in advance,
>>
>>Remco Bressers
>>
>
> You might need to bridge your IP protocol as well. try add "atm route-
> bridge ip" to the interfaces or "bridge 1 route ip" to your global
> config.

Isn't it the case that i'm using IRB, and 'atm route-bridge ip' is used for RBE
or am i totally wrong?
Second.. The term bridge 1 route ip is also not working :(

Remco


Posted by aservin on August 12, 2005, 8:39 am
If you were  Registered and logged in, you could reply and use other advanced thread options

Have you turned off ip routing?

no ip routing

no ip routing
!
interface Ethernet0/0
no ip address
bridge-group 1
!
interface ATM1/0
no ip address
!
interface ATM1/0.116 point-to-point
pvc 1/116
encapsulation aal5snap
!
bridge-group 1
!
bridge 1 protocol ieee

http://www.cisco.com/en/US/tech/tk39/tk48/technologies_configuration_example09186a008009455f.shtml

-as




Remco Bressers wrote:
> Lars L. Christensen wrote:
> >
> >
> >>Hi,
> >>
> >>On a Cisco 7204VXR i want to configure 2 ATM PVC's, bridged together
> >>so they can communicate transparently. On the 7204 i configured the
> >>interfaces as follows :
> >>
> >>int atm1/0.162055 point-to-point
> >> pvc 16/2055
> >> encap aal5snap
> >> bridge-group 1
> >>
> >>int atm1/0.162056 point-to-point
> >> pvc 16/2056
> >> encap aal5snap
> >> bridge-group 1
> >>
> >>The bridge group is configured easily like this :
> >>
> >>bridge 1 protocol ieee
> >>
> >>
> >>According to my theory, the two PVC's should be in bridging mode now.
> >>The PVC's are terminated (through a 3rd party network) on DSL routers,
> >>where i configured RFC1483, LLC based. On router 1 i configured IP
> >>address 10.0.0.1/24 and on the second router 10.0.0.2/24. They don't
> >>seem to 'see' eachother in any way and i cannot ping from router 1 to
> >>router 2.
> >>
> >>Can anyone put me in the right direction?
> >>
> >>Thanks in advance,
> >>
> >>Remco Bressers
> >>
> >
> > You might need to bridge your IP protocol as well. try add "atm route-
> > bridge ip" to the interfaces or "bridge 1 route ip" to your global
> > config.
>
> Isn't it the case that i'm using IRB, and 'atm route-bridge ip' is used for
RBE or am i totally wrong?
> Second.. The term bridge 1 route ip is also not working :(
>
> Remco



Posted by Remco Bressers on August 17, 2005, 2:56 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
No i havent, because the router should do routing, except for these two
subinterfaces.



aservin wrote:
> Have you turned off ip routing?
>
> no ip routing
>
> no ip routing
> !
> interface Ethernet0/0
> no ip address
> bridge-group 1
> !
> interface ATM1/0
> no ip address
> !
> interface ATM1/0.116 point-to-point
> pvc 1/116
> encapsulation aal5snap
> !
> bridge-group 1
> !
> bridge 1 protocol ieee
>
>
http://www.cisco.com/en/US/tech/tk39/tk48/technologies_configuration_example09186a008009455f.shtml
>
> -as
>
>
>
>
> Remco Bressers wrote:
>
>>Lars L. Christensen wrote:
>>
>>>
>>>
>>>
>>>>Hi,
>>>>
>>>>On a Cisco 7204VXR i want to configure 2 ATM PVC's, bridged together
>>>>so they can communicate transparently. On the 7204 i configured the
>>>>interfaces as follows :
>>>>
>>>>int atm1/0.162055 point-to-point
>>>> pvc 16/2055
>>>> encap aal5snap
>>>> bridge-group 1
>>>>
>>>>int atm1/0.162056 point-to-point
>>>> pvc 16/2056
>>>> encap aal5snap
>>>> bridge-group 1
>>>>
>>>>The bridge group is configured easily like this :
>>>>
>>>>bridge 1 protocol ieee
>>>>
>>>>
>>>>According to my theory, the two PVC's should be in bridging mode now.
>>>>The PVC's are terminated (through a 3rd party network) on DSL routers,
>>>>where i configured RFC1483, LLC based. On router 1 i configured IP
>>>>address 10.0.0.1/24 and on the second router 10.0.0.2/24. They don't
>>>>seem to 'see' eachother in any way and i cannot ping from router 1 to
>>>>router 2.
>>>>
>>>>Can anyone put me in the right direction?
>>>>
>>>>Thanks in advance,
>>>>
>>>>Remco Bressers
>>>>
>>>
>>>You might need to bridge your IP protocol as well. try add "atm route-
>>>bridge ip" to the interfaces or "bridge 1 route ip" to your global
>>>config.
>>
>>Isn't it the case that i'm using IRB, and 'atm route-bridge ip' is used for
RBE or am i totally wrong?
>>Second.. The term bridge 1 route ip is also not working :(
>>
>>Remco
>
>


Similar ThreadsPosted
PIX 515E in bridging March 29, 2005, 4:47 pm
bridging to lans September 8, 2005, 7:55 pm
Transparent Bridging October 27, 2005, 7:02 am
bridging over ISDN September 19, 2006, 6:39 am
Cisco 878 bridging? November 3, 2006, 11:23 am
Custom Queuing and bridging? February 24, 2005, 4:15 pm
Bridging ethernet across 1721 T-1s July 5, 2005, 7:48 am
Cisco 1720 - Bridging July 20, 2005, 8:13 pm
bridging between Vlans on Cat. 8510 MSR July 21, 2005, 7:45 pm
Bridging two different subnets over IRB (urgent) August 17, 2005, 7:46 am

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map