Hi Chad,

Below is a sample configuration.
For the vbr configuration do it inside the vci 0.10.

https://www.juniper.net/techpubs/software/junos/junos92/swconfig-network-interfaces/configuring-atm-interfaces_1.html #id-10789115


--raymondh


at-0/3/0 {
    mtu 9180;
    encapsulation atm-pvc;
    atm-options {
        vpi 0 {
            maximum-vcs 2000;
        }
    }
    unit 0 {
        encapsulation atm-snap;
        multipoint;
        family inet {
            address 10.0.0.1/30 {
                multipoint-destination 10.0.0.2 {
                    vci 0.10;
                    oam-period 10;
                    inverse-arp;
                }
            }
        }
    }
}


On Nov 13, 2008, at 12:57 AM, Chad Whitten wrote:

Hello,

I'm new - very new - to the Juniper world and have a quick question that I
have not been able to resolve myself or find documentation online for.

I'm trying to replace a Cisco with a Juniper for PVC aggregation and have run into a stumbling block finding a workaround for the cisco command - atm route-bridged ip - that is placed on the atm interface. Could anyone offer
a suggestion on how to get past this issue?


Below are the interface configs for both the Cisco and Juniper currently
rt03#sh run int atm1/0.20208
Building configuration...

Current configuration : 283 bytes
!
interface ATM1/0.20208 point-to-point
mtu 9182
ip address 10.252.145.233 255.255.255.252
no ip proxy-arp
atm route-bridged ip
no atm enable-ilmi-trap
pvc 2/208
 protocol ip 10.252.145.234 no broadcast
 vbr-rt 130 64
!
end



dslrt01> show configuration interfaces at-0/1/0.2208
encapsulation atm-snap;
multipoint;
family inet {
   mtu 4470;
   address 10.252.145.233/30 {
       multipoint-destination 10.252.145.234 vci 2.208;
   }
}

Thanks

--
Chad Whitten
[EMAIL PROTECTED]
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to