Monitoring MPLS
Use the show commands in this section to monitor MPLS status.
You can use the output filtering feature of the show command to include or exclude lines of output based on a text string you specify. Refer to ERX System Basics Configuration Guide, Chapter 2, Command Line Interface, for details.
You can trace paths through the MPLS user plane with the traceroute command. ICMP extensions enable LSRs to append MPLS header information (the label stack) to ICMP destination unreachable and time exceeded messages. The traceroute display shows the label and EXP bits used to switch the ICMP packets:
host1:edge1#traceroute 10.90.101.9Tracing route to 10.90.101.9, TTL = 32, timeout = 2 sec.(Press ^c to stop.)1 3ms 2ms 2ms 10.90.101.4 mplsLabel1=4009mplsExpBits1=02 2ms 2ms 2ms 10.90.101.7 mplsLabel1=7004mplsExpBits1=03 2ms 2ms 2ms 10.90.101.9See ERX Routing Protocols Configuration Guide, Vol. 1, Chapter 2, Configuring IP, for more information on using the traceroute command.
show cac
host1#show cacresource info flood interval 180show cac interface
- Use to display all interfaces on which TE accounting is configured, or information only for the specified interface.
- Use the brief option to display summary information.
- Field descriptions
- bandwidth - maximum physical bandwidth in Kbps; line rate
- IP/MPLS reserveable bw - total bandwidth in Kbps that could be reserved for MPLS; includes bandwidth that is already reserved as well as bandwidth not yet reserved
- current total available bw - total bandwidth in Kbps that is available to be reserved
- MPLS TE flooding threshold up/down - absolute percentages of total reservable bandwidth that trigger the flooding of the new bandwidth value throughout the network; flooding is triggered when bandwidth increases past any of the up threshold values and when bandwidth decreases past any of the down threshold values
- MPLS TE administrative weight - weight assigned to the interface that supersedes a weight assigned by the IGP
- MPLS TE attribute flags - 32-bit value that assigns the interface to a resource class and enables a tunnel to discriminate among interfaces by matching against tunnel affinity bits
- Available BW at 8 priority levels - bandwidth in Kbps that is available at each priority level from 0-7
host1#show cac interfaceatm2/0bandwidth 10 kbpsIP/MPLS reserveable bw 10 kbpscurrent total available bw 10 kbpsMPLS TE flooding threshold:up 15 30 45 60 75 80 85 90 95 96 97 98 99 100down 100 99 98 97 96 95 90 85 80 75 60 45 30 15MPLS TE administrative weight 0MPLS TE attribute flags 0Available BW at 8 priority levels:0 10 kbps1 10 kbps2 10 kbps3 10 kbps4 10 kbps5 10 kbps6 10 kbps7 10 kbpsshow configuration
host1#show configuration virtual-router euro7show mpls
- MPLS - status of MPLS, administratively enabled or disabled, and configuration status
- LSR ID - IP address of label-switched router
- Re-optimization timer - frequency at which LSPs are checked for better paths
- Label range - range of platform label space
- retry - retry behavior to be performed during LSP setup
- Loop Detect - status of loop detection, enabled or disabled
host1#show mplsMPLS administratively enabledCurrent state is Config incompleteLSR ID is 2.2.2.2Re-optimization timer is 3600Label range 3000 ~ 4000retry forever at interval 30 during LSP setup if there is routeretry forever at interval 30 during LSP setup if there is no routeLoop Detect enabledshow mpls binding
- in - label sent to upstream neighbor for displayed route
- out - label received from downstream neighbor for displayed route
- interface - interface on which the label is sent or received
- neighbor - IP address of neighbor to which the label is sent or received
host1#show mpls bindingFrame Relay over MPLS vc-id 50001 group-id 2In 26 interface neighbor 222.9.1.3Out 27 interface neighbor 222.9.1.3VLAN over MPLS vc-id 240001 group-id 2In 22 interface neighbor 222.9.1.3Out 25 interface neighbor 222.9.1.310.1.1.1/32In 10001 interface ATM4/0.120 neighbor 10.4.12.2Out 20001 interface ATM4/0.120 neighbor 10.4.12.210.2.2.2/32In 10002 interface ATM4/0.120 neighbor 10.4.12.2Out 20002 interface ATM4/0.120 neighbor 10.4.12.210.3.3.3/32In 10005 interface ATM4/0.120 neighbor 10.4.12.2Out 20003 interface ATM4/0.120 neighbor 10.4.12.210.4.12.0/30In 10003 interface ATM4/0.120 neighbor 10.4.12.2Out 20004 interface ATM4/0.120 neighbor 10.4.12.210.4.23.0/30In 10004 interface ATM4/0.120 neighbor 10.4.12.2Out 20005 interface ATM4/0.120 neighbor 10.4.12.2show mpls explicit-paths
- path name/identifier - name or identifier of explicit path and status, enabled or disabled, followed by list of path links and the IP address for each link's next address
host1:pe2#show mpls explicit-pathspath name/identifier rx1-path enabled1: next-address 70.70.70.22: next-address 30.30.30.1not referenced by any optionspath name/identifier rx1-path2 enabled1: next-address 60.60.60.22: next-address 40.40.40.1not referenced by any optionshost1:pe2#show mpls explicit-paths name rx1-path2path name/identifier rx1-path2 enabled1: next-address 60.60.60.22: next-address 40.40.40.1not referenced by any optionsshow mpls forwarding
- Use to display configuration and statistics for all LSPs or for specific LSPs configured on the LSR.
- Field descriptions
- for - IP address and mask describing route for which LSP is created
- In label - label sent to upstream neighbor for route
- Out label - label received from downstream neighbor for route
- on - minor interface for LSP
- pkts - number of packets sent across LSP
- hcpkts - number of high-capacity (64-bit) packets sent across LSP
- octets - number of octets sent across LSP
- hcoctets - number of high-capacity (64-bit) octets sent across LSP
- errors - number of packets that are dropped for some reason before being sent
- discardPkts - number of packets that are discarded due to lack of buffer space before being sent
host1:vr2#show mpls forwardingLSP tail-0a000200-30-42 for 10.0.2.0/255.255.255.252In label 2001 on atm2/1.1200 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsLSP tail-0a640202-32-43 for 10.100.2.2/255.255.255.255In label 2004 on atm2/1.1200 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsLSP tail-0a640203-32-45 for 10.100.2.3/255.255.255.255In label 2005 on atm2/1.1200 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsLSP to 10.100.3.3/255.255.255.255In label 2006 on atm2/1.1200 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsOut label 3006 on atm2/0.230 to 10.0.2.20 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsLSP to 10.100.3.4/255.255.255.255In label 2007 on atm2/1.1200 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsOut label 3007 on atm2/0.230 to 10.0.2.20 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktshost1:vr2#show mpls forwarding briefname/id destination label/intftail-0a000200-30-42 10.0.2.0/30 In 2001 on atm2/1.120tail-0a640202-32-43 10.100.2.2/32 In 2004 on atm2/1.120tail-0a640203-32-45 10.100.2.3/32 In 2005 on atm2/1.12010.100.3.3/32 In 2006 on atm2/1.120Out 3006 on atm2/0.230 to 10.0.2.210.100.3.4/32 In 2007 on atm2/1.120Out 3007 on atm2/0.230 to 10.0.2.2show mpls interface
- Use to display status and configuration information about MPLS interfaces.
- Use the shim keyword to display information about shim interfaces. Use the state not-up keyword to display information about interfaces that are not in the up state.
- Field descriptions
- Interface - specifier and status of each interface
- RSVP - status of RSVP, configured or not, and profile used
- LDP/CR-LDP - status of LDP and CR-LDP, configured or not, and profile used
- IP interfaces on this MPLS interface - IP address of IP interfaces and session status
- Session statistics
- notf - number of notification messages received or received bad or sent
- mapping - number of label mapping messages received or received bad or sent
- request - number of label request messages received or received bad or sent
- release - number of label release messages received or received bad or sent
- withdraw - number of label withdraw messages received or received bad or sent
- addr - number of address messages received or received bad or sent
- addr withdraw - number of address withdraw messages received or received bad or sent
- hello recv - number of hello messages received
- hello sent - number of hello messages sent
- bad hello recv - number of hello messages received bad
- adj setup time - time in HH:MM:SS since adjacency set up
- last hello recv time - time in HH:MM:SS since last hello message received
- last hello sent time - time in HH:MM:SS since last hello message sent
- failed lbl lookup - number of packets received whose labels are not recognized
- octets - number of octets received or sent
- hcoctets - number of high-capacity (64-bit) octets received or sent
- pkts - number of packets received or sent
- hcpkts - number of high-capacity (64-bit) packets received or sent
- errors - number of packets that are dropped for some reason at receipt or before being sent
- discards - number of packets that are discarded due to lack of buffer space at receipt or before being sent
host1:pe2#show mpls interfaceInterface ATM2/0.120 UpRSVP not configuredLDP/CR-LDP enabled with profile defaultIP interfaces on this MPLS interface:100.2.12.1/30Session to 2.2.2.2 is operational (passive)Session negotiated LDP advertisement mode is Downstream UnsolicitedSession statistics:3 label alloc, 2 label learned, last reset flag = 0last restart time = 00:00:19Rcvd: 0 notf, 6 msg, 0 mapping, 0 request0 abort, 0 release, 0 withdraw, 1 addr0 addr withdraw, 6 msgId, 0 VCId msg0 bad mapping, 0 bad request, 0 bad abort, 0 bad release0 bad withdraw, 0 bad addr, 0 bad addr withdraw0 bad VCId msg, 0 unknown msg type errlast info err code = 0, 0 loop detectedSent: 0 notf, 6 msg, 3 mapping, 0 request0 abort, 0 release, 0 withdraw, 1 addr0 addr withdraw, 6 msgId, 0 VCId msgAdjacency statistics:5 hello recv, 4 hello sent, 0 bad hello recv, reset flag = 0adj setup time = 00:00:19last hello recv time = 00:00:04, last hello sent time = 00:00:04MPLS Statistics:Rcvd: 0 failed lbl lookup, 0 octets, 0 hcOctets0 pkts, 0 hcPkts, 0 errors, 0 discardsSent: 0 octets, 0 hcOctets, 0 pkts0 hcPkts, 0 errors, 0 discards1 adjacency, 1 session5 hello recv, 5 hello sent, 0 hello rej1 adj setup, 0 adj deleted, reset flag = 0host1:pe2#show mpls interfaceInterface atm2/0.60 UpRSVP not configuredLDP/CR-LDP enabled with profile defaultIP interfaces on this MPLS interface:60.60.60.1/16 Session to 4.4.4.4 is operational (active)MPLS Statistics:Rcvd: 0 failed lbl lookup, 0 octets, 0 hcOctets0 pkts, 0 hcPkts, 0 errors, 0 discardsSent: 0 octets, 0 hcOctets, 0 pkts0 hcPkts, 0 errors, 0 discardsInterface atm2/0.70 UpRSVP not configuredLDP/CR-LDP enabled with profile defaultIP interfaces on this MPLS interface:70.70.70.1/16MPLS Statistics:Rcvd: 0 failed lbl lookup, 0 octets, 0 hcOctets0 pkts, 0 hcPkts, 0 errors, 0 discardsSent: 0 octets, 0 hcOctets, 0 pkts0 hcPkts, 0 errors, 0 discardshost1:pe2#show mpls interface atm 2/0.60Interface atm2/0.60 UpRSVP not configuredLDP/CR-LDP enabled with profile defaultIP interfaces on this MPLS interface:60.60.60.1/16 Session to 4.4.4.4 is operational (active)MPLS Statistics:Rcvd: 0 failed lbl lookup, 0 octets, 0 hcOctets0 pkts, 0 hcPkts, 0 errors, 0 discardsSent: 0 octets, 0 hcOctets, 0 pkts0 hcPkts, 0 errors, 0 discardshost1:pe2#show mpls interface briefInterface IP-Address Protocol Statusatm2/0.60 60.60.60.1/16 ldp Upatm2/0.70 70.70.70.1/16 ldp Upshow mpls ldp targeted session
- D - targeted session created by layer 2 over MPLS connection
- S - targeted session statically created by user
- A - targeted session created by access list
- Used By - letter representing source of targeted session
host1#show mpls ldp targeted sessionMpls Target Session Status:D = Dynamically, S = Statically, A = Access List ConfiguredTargeted session sent to 6.6.6.6 is Up Used By: ATargeted session sent to 7.7.7.7 is Up Used By: ATargeted session sent to 8.8.8.8 is Up Used By: ATargeted session sent to 9.9.9.9 is Up Used By: S/ATargeted session sent to 10.10.10.10 is Up Used By: ATargeted session sent to 2.2.2.2 is Down Used By: STargeted session received from 3.3.3.3 is Down Used By: Sshow mpls minor-interface
- Use to for display all minor interfaces (including those for tunnels) or a specific minor interface in the current router context.
- Field descriptions
- Tunnel - tunnel name
- State - status of tunnel, up or down
- LSP setup using - label distribution protocol used to establish tunnel
- In, Out Label - label prepended to packets before being sent across tunnel
- Residing on - location of tunnel
- tunnel is announced to - protocols to which the tunnel is announced
- metric - metric type, relative or absolute
- pkts - number of packets sent across tunnel
- hcpkts - number of high-capacity (64-bit) packets sent across tunnel
- octets - number of octets sent across tunnel
- hcoctets - number of high-capacity (64-bit) octets sent across tunnel
- errors - number of packets that are dropped for some reason before being sent
- discardPkts - number of packets that are discarded due to lack of buffer space before being sent
host1:two#show mpls minor-interfaceTunnel 2 to 0.0.0.0State: Enabled with Incomplete ConfigLSP setup using cr-ldptunnel not announced to any IGP(Global) Retry foreverat (Global) interval 5 during Lsp setup if there is route(Global) Retry foreverat (Global) interval 5 during Lsp setup if there is no routemetric is relative 0Tunnel tail-de090106-1-18a for 222.9.1.2State: UpIn label 20 on ATM3/0.10 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsFastEthernet2/4.1 to 222.9.1.3State: UpIn label 2514 pkts, 0 hcPkts, 2100 octets0 hcOctets, 0 errors, 0 discardPktsOut label 18 on tun mpls:1 nbr 222.9.1.314 pkts, 0 hcPkts, 2100 octets0 hcOctets, 0 errors, 0 discardPktsFastEthernet2/4.1 to 222.9.1.3State: UpFastEthernet2/4.1 to 222.9.1.3State: UpOut label 18 on tun mpls:1 nbr 222.9.1.314 pkts, 0 hcPkts, 2100 octets0 hcOctets, 0 errors, 0 discardPktsshow mpls profile
- Use to display a specific LDP, RSVP-TE, or tunnel profile, or all LDP, RSVP-TE, or tunnel profiles.
- Field descriptions
- profile - number of interfaces that use the profile
- session retry - number of attempts that will be made to set up an MPLS LDP session
- CR-LDP - status of CR-LDP traffic-engineering extensions to LDP
- refresh-period - timeout period in seconds between generation of refresh messages
- timeout factor - number of refresh messages that can be lost before the session is ended
host1:pe2#show mpls ldp profile defaultldp profile default: used by 2 interfacessession retry: 10 times at interval 10CR-LDP enabledhost1:pe2#show mpls rsvp profile defaultRSVP profile default: used by 0 interfacesrefresh period: 30000 mstimeout factor: 3show mpls rsvp
- Use to display RSVP path state control blocks, reservation state control blocks, or session information on the virtual router to assist in debugging.
- Sessions can be any of the following:
- ingress - originating on the router
- egress - terminating on the router
- transit - travelling through the router
- PSB - path state control block
- RSB - reservation state control block
- Sender - IP address of PSB or RSB sender
- LSPId - ID of LSP
- timeout - amount of time before PSB/RSB times out if no refresh arrives.
- InLabel - incoming label information
- Associated Minor Interface - tunnel identifier for minor interface for which the RSVP information is displayed
- pHopIntf - penultimate hop interface
- IncomingIntf - incoming interface
- OutgoingIntf - outgoing interface
- PHopAddr - penultimate hop address
- m_ipNextHopAddr - next hop address
- NextHop - type of next hop (loose, strict, session)
- LabelRange - RSVP session label range
- SenderTSpec - traffic parameters for the sender
- Token Bucket Rate - sender's description of generated traffic
- Token Bucket Size - sender's description of generated traffic
- Peak Data Rate - sender's peak traffic generation rate
- Min Policed Unit - minimum packet size generated by sender
- Max Packet Size - maximum packet size generated by sender
- RRO - record route object
- ADSPEC - indicates presence of this QoS object
- IN ERO - incoming explicit route object
- OUT ERO - outgoing explicit route object
- SES ATTR - RSVP session attributes
- Setup Pri - setup priority of tunnel
- Hold Pri - hold priority of tunnel
- name - name of the tunnel
- Flags - one or more of the IngressReRoute (the ingress router can reroute the LSP), Local Protection (routers can use local repair mechanism to fix the LSP; this fix might violate the explicit route object associated with the LSP), and MergingPermitted (LSPs can be merged) flags
- TTC - indicates presence of the traffic trunk classifier object
- Policy Object - indicates presence of the policy object
- Unknown Objects - indicates presence objects not defined by the RSVP specification
- PSB Flags
- InUse - PSB is in use
- Deleted - PSB is deleted
- NonRsvp - non-RSVP hop present
- RouteChangeNotify - route change notification received
- EroChanged - explicit route object changed
- NextHopChanged - next hop has changed
- RtNextHopChanged - routing table next hop changed
- EgressStatusChanged - PSB egress status has changed
- QosChanged - QoS characteristics have changed
- LabelChanged - label has changed
- ResvRefreshNeeded - reservation refresh needed
- PathRefreshNeeded - path refresh needed
- RroRequired - record route object required
- Egress - session is egress
- PathRefreshSent - path refresh sent
- EgressFilterFF - egress filter reservation style Fixed Filter
- QosCorrectionNeeded - QoS correction needed
- IsPathTrigger - has path refresh been triggered
- InUse - is RSB in use
- Deleted - has RSB been deleted
- RcvdAck - has ack been received
- StyleConverted - has reservation style been converted to shared explicit
- IsPathTrigger - has reservation refresh been triggered
- Destination - RSVP session destination address
- TunnelId - RSVP session tunnel ID
- Extended Tunnel Id - RSVP session extended tunnel ID
host1#show mpls rsvp psbPSB: Sender 223.10.1.1 LSPId 1 timeout -- InLabel --PHopIntfIncomingIntfOutgoingIntf ATM2/0.1PHopAddr 0.0.0.0 m_ipNextHopAddr 221.1.1.1NextHop 221.1.1.1/255.255.255.255 (strict)LabelRange --SenderTSpec CType IntServ Controlled LoadToken Bucket Rate 0Token Bucket Size 0Peak Data Rate 0Min Policed Unit 0Max Packet Size 0Flags : InUseRroRequiredPathRefreshSenthost1#show mpls rsvp rsbRSB: Timeout 157500 label 1/33Flags : InUseStyleConvertedhost1:two#show mpls rsvp sessionsDestination 222.9.3.1 TunnelId 1 Extended Tunnel Id 223.10.1.1PSB: Sender 223.10.1.1 LSPId 1 timeout 157500 InLabel 17Associated Minor Interface: Tunnel 223.10.1.1:1PHopIntf ATM2/0.1IncomingIntf ATM2/1.1OutgoingIntf ATM2/0.3PHopAddr 221.1.1.2 m_ipNextHopAddr 122.1.1.1NextHop 122.1.1.1/255.255.255.255 (strict)LabelRange (generic) min 0 max 1048575SenderTSpec CType IntServ Controlled LoadToken Bucket Rate 0Token Bucket Size 0Peak Data Rate 0Min Policed Unit 0Max Packet Size 0RRO IPv4 hop 221.1.1.2 (strict)ADSPEC --IN ERO IPv4 hop 221.1.1.1 (strict)IPv4 hop 122.1.1.1 (strict)OUT ERO IPv4 hop 122.1.1.1 (strict)SES ATTR Setup Pri 4, Hold Pri 4, name --Flags : IngressReRouteTTC --Policy Object --Unknown Objects --Flags : InUsePathRefreshSentRSB: Timeout 157500 label 16Associated Minor Interface: Tunnel 223.10.1.1:1FlowSpec CType IntServ Controlled LoadToken Bucket Rate 0Token Bucket Size 0Peak Data Rate 0Min Policed Unit 0Max Packet Size 0RRO IPv4 hop 122.1.1.1 (strict)Policy Object --Unknown Objects --Flags : InUseStyleConvertedResvRefrSentshow mpls tunnels
- Use to display status and configuration for all tunnels or for a specific tunnel in the current router context.
- A result of Incomplete Configuration in the display indicates either no tunnel endpoint or no label distribution protocol.
- Field descriptions
- Label - label prepended to packets before being sent across tunnel
- State - status of tunnel, up or down
- Residing on - location of tunnel
- LSP setup using - label distribution protocol used to establish tunnel
- tunnel is announced to - protocols to which the tunnel is announced
- metric - metric type, relative or absolute
- Mpls Statistics
- pkts - number of packets sent across tunnel
- hcpkts - number of high-capacity (64-bit) packets sent across tunnel
- octets - number of octets sent across tunnel
- hcoctets - number of high-capacity (64-bit) octets sent across tunnel
- errors - number of packets that are dropped for some reason before being sent
- discardPkts - number of packets that are discarded due to lack of buffer space before being sent
host1:pe2#show mpls tunnelsTunnel 2 to 0.0.0.0State: Enabled with Incomplete ConfigLSP setup using cr-ldptunnel not announced to any IGP(Global) Retry foreverat (Global) interval 5 during Lsp setup if there is route(Global) Retry foreverat (Global) interval 5 during Lsp setup if there is no routemetric is relative 0Tunnel 1 to 222.9.1.3State: UpOut label 24 on ATM3/0.1 nbr 10.10.11.514 pkts, 0 hcPkts, 2156 octets0 hcOctets, 0 errors, 0 discardPktsLSP setup using cr-ldptunnel not announced to any IGP(Global) Retry foreverat (Global) interval 5 during Lsp setup if there is route(Global) Retry foreverat (Global) interval 5 during Lsp setup if there is no routemetric is relative 0path option 2option is currently used - path is calculated by isis10.10.11.510.10.12.3222.9.1.3next reoptimization in 1687 secondsstacked labels:FastEthernet2/4.1 222.9.1.3 R0 Out 18 on tun mpls:1Tunnel tail-de090106-1-18a for 222.9.1.2State: UpIn label 20 on ATM3/0.10 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktshost1:pe2#show mpls tunnels role headTunnel pe2-to-pe1 to 1.1.1.1Out Label 300State: UpResiding on atm2/0.60LSP setup using ldptunnel is announced to ISIS BGPmetric is relative 0Mpls Statistics:0 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktshost1:pe2#show mpls tunnels role tailTunnel for 2.2.2.2In Label 3000State: UpResiding on atm2/0.70Mpls Statistics:0 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktshost1:pe2#show mpls tunnels destination 2.2.2.2Tunnel for 2.2.2.2In Label 3000State: UpResiding on atm2/0.70Mpls Statistics:0 pkts, 0 hcPkts, 0 octets0 hcOctets, 0 errors, 0 discardPktsshow mpls tunnels brief
- Use the brief keyword to display a summary of all MPLS tunnels for the current router context or summary information for a specific tunnel in the current router context.
- Field descriptions
- name/id - tunnel identifier
- destination - tunnel destination; router ID of egress router
- metric - value of tunnel metric, relative or absolute
- state/label/intf - functional state of tunnel, label prepended to packets sent across tunnel, and interface where tunnel resides
host1:pe2#show mpls tunnels briefname/id destination metric state/label/intfvpnEgressLabel3 0.0.0.0 R0 Incoming 1048573 on stackvpnEgressLabel4 0.0.0.0 R0 Incoming 1048572 on stackpe2-to-pe1 1.1.1.1 R0 Outgoing 300 on atm2/0.602.2.2.2 R0 Incoming 3000 on atm2/0.70