Benny
Since we were able to test and confirm that the config
I sent you works, thought others might be interested in
this.
Thanks
Sundar
Each PVC could be configured as separate point to point
logical units, here is the equivalent of your config
interfaces {
at-0/1/0 {
mtu 9180;
encapsulation atm-pvc;
atm-options {
vpi 0 maximum-vcs 1200;
}
unit 0 {
vci 0.65;
family inet {
address 192.168.14.1/32 {
destination 192.168.14.2;
}
}
}
unit 1 {
vci 0.66;
family inet {
address 192.168.14.1/32 {
destination 192.168.14.3;
}
}
}
}
Logical interface at-0/1/0.0 (Index 4) (SNMP ifIndex 44)
Flags: Point-To-Point SNMP-Traps, Encapsulation: ATM-SNAP
Traffic statistics:
Input bytes : 42840
Output bytes : 42864
Input packets: 510
Output packets: 510
Local statistics:
Input bytes : 0
Output bytes : 192
Input packets: 0
Output packets: 2
Transit statistics:
Input bytes : 42840 0 bps
Output bytes : 42672 0 bps
Input packets: 510 0 pps
Output packets: 508 0 pps
ATM per-VC transmit statistics:
Tail queue packet drops: 0
Protocol inet, MTU: 9168, Flags: None
Addresses, Flags: Is-Preferred Is-Primary
Destination: 192.168.14.2, Local: 192.168.14.1, Broadcast:
Unspecified
VCI 0.65, Flags: Active
Total down time: 0 sec, Last down: Never
Traffic statistics:
Input bytes : 42840
Output bytes : 42864
Input packets: 510
Output packets: 510
Logical interface at-0/1/0.1 (Index 5) (SNMP ifIndex 22)
Flags: Point-To-Point SNMP-Traps, Encapsulation: ATM-SNAP
Traffic statistics:
Input bytes : 85680
Output bytes : 85728
Input packets: 1020
Output packets: 1020
Local statistics:
Input bytes : 0
Output bytes : 384
Input packets: 0
Output packets: 4
Transit statistics:
Input bytes : 85680 0 bps
Output bytes : 85344 0 bps
Input packets: 1020 0 pps
Output packets: 1016 0 pps
ATM per-VC transmit statistics:
Tail queue packet drops: 0
Protocol inet, MTU: 9168, Flags: None
Addresses, Flags: Is-Preferred Is-Primary
Destination: 192.168.14.3, Local: 192.168.14.1, Broadcast:
Unspecified
VCI 0.66, Flags: Active
Total down time: 0 sec, Last down: Never
Traffic statistics:
Input bytes : 85680
Output bytes : 85728
Input packets: 1020
Output packets: 1020
ifInOctets.22 Counter: 85680
ifInOctets.44 Counter: 42840
ifOutOctets.22 Counter: 85728
ifOutOctets.44 Counter: 42864
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:40 EDT