cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
0
Helpful
2
Replies

Connection of Interface ATM.

griffith2009
Level 1
Level 1


Us whenever we connecting Circuits Via frame relay.

In this case the carrier us this giving a direct connection through ATM.

The configuration that is in the remote site is as follows:


interface Serial0/1/0
no ip address
encapsulation frame-relay
ip route-cache flow
no ip mroute-cache
cdp enable
frame-relay lmi-type ansi

interface Serial0/1/0.1 point-to-point
bandwidth 128
ip address 1.1.1.1 255.255.255.252
no ip redirects
no ip unreachables
ip flow ingress
ip flow egress
no ip mroute-cache
frame-relay interface-dlci 15  
frame-relay ip rtp header-compression

Now,on the side of central site. We connecting with an interface ATM, and the carrier this
indicating that the DLCI is 15.


I am placing this configuration of the central side, but it doesn't work me.

interface ATM0/0/0
  no ip address
ip route-cache flow
  no atm ilmi-keepalive

interface ATM0/0/0.15 point-to-point
  bandwidth 128
ip address 1.1.1.1 255.255.255.252
pvc toDLCI15 0/15
  protocol ip 1.1.1.2
  vbr-nrt 128 128 1
  broadcast


In frame relay, i can run the command "sh frame relay pvc" and tells me the status of
pvc,  can I do also in ATM with the command "sh atm pvc"?


Do I ask some additional information to the carrier?

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Griffith2009,

you need to know what values of VPI and VCI to use on the ATM interface, the SP needs to implement FR to ATM interworking.

the first available value for user PVCs is 0/32,  all previous values are reserved and may be used by ATM signaling protocols

so 0/15 is not a valid value for sure.

Hope to help

Giuseppe

Hi  giuseppe,

Thank you for your  correction, i am really  0/214

sh atm pvc 0/214


Description: N/A
ATM0/0/0.214: VCD: 14, VPI: 0, VCI: 214
VBR-NRT, PeakRate: 128 (302 cps), Average Rate: 128 (302 cps)
Burst Cells: 1
AAL5-LLC/SNAP, etype:0x0, Flags: 0x40, VCmode: 0x0, Encapsize: 12
OAM frequency: 0 second(s), OAM retry frequency: 1 second(s)
OAM up retry count: 3, OAM down retry count: 5
OAM Loopback status: OAM Disabled
OAM VC Status: Not Managed
OAM Loop detection: Disabled
ILMI VC status: Not Managed
InARP frequency: 15 minutes(s)
Transmit priority 2
InPkts: 27, OutPkts: 10, InBytes: 9180, OutBytes: 1080
InPRoc: 0, OutPRoc: 1, Broadcasts: 0
InFast: 0, OutFast: 0, InAS: 0, OutAS: 0
InPktDrops: 0, OutPktDrops: 0
CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0
Out CLP=1 Pkts: 0
OAM cells received: 0
F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0
OAM cells sent: 147
F5 OutEndloop: 147, F5 OutSegloop: 0, F5 OutAIS: 0, F5 OutRDI: 0
OAM cell drops: 0
Status: UP
VC lock count: 1
Router#sh atm pvc 0/214
Description: N/A
ATM0/0/0.214: VCD: 14, VPI: 0, VCI: 214
VBR-NRT, PeakRate: 128 (302 cps), Average Rate: 128 (302 cps)
Burst Cells: 1
AAL5-LLC/SNAP, etype:0x0, Flags: 0x40, VCmode: 0x0, Encapsize: 12
OAM frequency: 0 second(s), OAM retry frequency: 1 second(s)
OAM up retry count: 3, OAM down retry count: 5
OAM Loopback status: OAM Disabled
OAM VC Status: Not Managed
OAM Loop detection: Disabled
ILMI VC status: Not Managed
InARP frequency: 15 minutes(s)
Transmit priority 2
InPkts: 27, OutPkts: 10, InBytes: 9180, OutBytes: 1080
InPRoc: 0, OutPRoc: 1, Broadcasts: 0
InFast: 0, OutFast: 0, InAS: 0, OutAS: 0
InPktDrops: 0, OutPktDrops: 0
CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, LengthViolation: 0, CPIErrors: 0
Out CLP=1 Pkts: 0
OAM cells received: 0
F5 InEndloop: 0, F5 InSegloop: 0, F5 InAIS: 0, F5 InRDI: 0
OAM cells sent: 147
F5 OutEndloop: 147, F5 OutSegloop: 0, F5 OutAIS: 0, F5 OutRDI: 0
OAM cell drops: 0
Status: UP
VC lock count: 1

interface ATM0/0/0
  no ip address
  no atm ilmi-keepalive
  atm enable-ilmi-trap

interface ATM0/0/0.214 point-to-point
ip address 1.1.1.1 255.255.255.252
no atm enable-ilmi-trap
pvc 0/214
  protocol ip 1.1.1.2
  vbr-nrt 128 128 1
  broadcast
  oam-pvc 0
  encapsulation aal5snap

ping 1.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1 timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

Review Cisco Networking products for a $25 gift card