Junos OS

 View Only
last person joined: 3 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Router to Router Direct T1 Configuration Help

    Posted 08-12-2008 10:51

    Greetings,

     

    I'm still cutting my teeth on the JUNOS and I'm having a difficult time seeing what I'm doing wrong trying to hook up these two routers to each other.

     

    I have 2 J2320's with the T1 interface cards in them and I'm attempting to setup in any sort of fashion for a demo.  I choose Frame-relay to start with because I just figured it would be the easist, but I'm willing to use whatever works to make these cards talk to each other.

     

    Router1 configuration snip:

     

    interfaces { .... t1-1/0/0 { no-keepalives; mtu 256; encapsulation frame-relay; t1-options { time-slots 1-24; buildout 0-132; } unit 0 { dlci 200; family inet { address 192.168.200.1/30 } } } }

     

     

     

    Router2 configuration snip:

     

    interfaces { .... t1-1/0/0 { no-keepalives; mtu 256; encapsulation frame-relay; t1-options { time-slots 1-24; buildout 0-132; } unit 0 { dlci 200; family inet { address 192.168.200.2/30 } } } }

     

    Try as I might, I can't even get any sort of connectivity to show and I know that I've got to be missing something stupid, but I've tried every possible configuration I can think of from the web and command line interfaces and I'm still getting nothing.

     


    #t1
    #config


  • 2.  RE: Router to Router Direct T1 Configuration Help

    Posted 08-12-2008 11:09

    Try setting one side to dce mode.

     

      set interface t1-1/0/0 dce

     

    If that doesn't work, could you send the output of 'show interface extensive' for both interfaces.

     

    Regards,

    Ben



  • 3.  RE: Router to Router Direct T1 Configuration Help

    Posted 08-12-2008 11:30

    Tried setting the dce on router2, didn't resolve it.  I'm typing in the interface extensive now.

     

    Also, while I was back there, I also tested my cross over cable just to make sure it was good and maybe hope for a stupid quick solution ... sadly, the darn cable is good 🙂



  • 4.  RE: Router to Router Direct T1 Configuration Help
    Best Answer

    Posted 08-12-2008 12:25

    @wyatt_n wrote:

    Tried setting the dce on router2, didn't resolve it.  I'm typing in the interface extensive now.

     

    Also, while I was back there, I also tested my cross over cable just to make sure it was good and maybe hope for a stupid quick solution ... sadly, the darn cable is good 🙂


    This router has LOF/LOS alarm.  That means it is a physical issue.  When you say "Crossover" cable, are you trying to use an Ethernet crossover cable?  If so, that will not work for a T1.

     

    For T1, you need to cross pins 1&2 with pins 4&5, respectively.

     

     

    Regards,

    Ben



  • 5.  RE: Router to Router Direct T1 Configuration Help

    Posted 08-12-2008 13:14
    Holy crap I'm a moron.  I didn't even look to make sure I grabbed the right one out of our lab.  Sure enough, that was the problem.


  • 6.  RE: Router to Router Direct T1 Configuration Help

    Posted 08-12-2008 12:04

    Router1:

     

    root@router1> show interfaces extensive t1-1/0/0 Physical interface: t1-1/0/0, Enabled, Physical link is Down Interface idnex: 141, SNMP ifIndex: 30, Generation: 144 Link-level type: Frame-relay, MTG: 256, Clocking: Internal, SPeed: 1536kbps, Loopback: None, FCS: 16, Framing: ESF Device flags : Present Running Down Interface Flags: Hardward-down Point-To-Point SNMP-Traps Internal: 0x4000 Link flags : No-Keepalives DTE Hold-times : Up 0 ms, Down 0 ms ANSI LMI settings: n391dte 6, n392dte3, n393dte4, t391dte 10 seconds LMI statistics: Input : 0 (last seen: never) Output: 0 (last seen: never) DTE Statistics: Enquireies sent : 0 Full enquires sent : 0 Enquiry repsonses received : 0 Full enquirey responses received : 0 DCE Statistics: Enquireies sent : 0 Full enquires sent : 0 Enquiry repsonses received : 0 Full enquirey responses received : 0 Common Statistics: Unknown Messages received : 0 Asynchronous updates received : 0 Out-of-sequence packets received : 0 Keepalive repsonses timedout : 0 CoS queues : 8 supported, 8 maximum usable queues Last Flapped : 2008-08-13 01:13:23 UTC Statistics last cleared: Never Traffic statistics Input bytes : 0 0 bps Output bytes : 0 0 bps Input packets: 0 0 bps Output packets: 0 0 bps Input errors: Errors: 0, Drops: 0, Framing errors: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, HS link CRC errors: 0, SRAM errors: 0, Resource errors: 0 Output errors: Carrier transitions: 0, Errors: 0, Drops: 0, Aged packets: 0, MTU errors: 0, Resource errors: 0 Egress queues: 8 supported, 4 in use Queue counters: Queued packets Transmitted packets Dropped packets 0 best-effort 0 0 0 1 expidited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 0 0 0 DS1 alarms : LOF, LOS DS1 defects : LOF, LOS T1 media: Seconds Count State SEF 0 0 OK BEE 0 0 OK AIS 0 0 OK LOF 3773 1 Defect Active LOS 3773 1 Defect Active YELLOW 0 0 OK CRC major 0 0 OK CRC minor 0 0 OK BPV 1 1 EXZ 3 3 LCV 2 2 PCV 0 0 CS 0 0 CRC 0 0 LES 2 ES 0 SES 0 SEFS 0 BES 0 UAS 3770 HDLC configuration : Policing bucket: Disabled Shaping bucket : Disabled Giant Threshold: 258, Run threshold: 0 Timeslots :1-24 Line encoding: B8ZS Buildout: 0 to 132 fee Byte encoding: Nx64K, Data inversion, disabled, Idle cycle flag: flags, Stat end flag: shared DS1 BERT configuration: BERT time period: 5 seconds, Elapsed: 0 seconds Induced Error rate 10e-5, Algorithm: All ones, Repetitive (22) Packet Forwarding Engine configuration: Destination slot: 1 Direction: Output CoS transmit queue Bandwidth Buffer Priortity Limit 0 best effort 95 1459200 95 0 low 3 network-control 5 76800 5 0 low

     Router 2:

     

    root@router2> show interfaces extensive t1-3/0/0 Physical interface: t1-3/0/0, Enabled, Physical link is Down Interface idnex: 141, SNMP ifIndex: 30, Generation: 144 Link-level type: Frame-relay, MTG: 256, Clocking: Internal, SPeed: 1536kbps, Loopback: None, FCS: 16, Framing: ESF Device flags : Present Running Down Interface Flags: Hardward-down Point-To-Point SNMP-Traps Internal: 0x4000 Link flags : No-Keepalives DCE Hold-times : Up 0 ms, Down 0 ms ANSI LMI settings: n392dte3, n393dte4, t391dte 15 seconds LMI statistics: Input : 0 (last seen: never) Output: 0 (last seen: never) DTE Statistics: Enquireies sent : 0 Full enquires sent : 0 Enquiry repsonses received : 0 Full enquirey responses received : 0 DCE Statistics: Enquireies sent : 0 Full enquires sent : 0 Enquiry repsonses received : 0 Full enquirey responses received : 0 Common Statistics: Unknown Messages received : 0 Asynchronous updates received : 0 Out-of-sequence packets received : 0 Keepalive repsonses timedout : 0 CoS queues : 8 supported, 8 maximum usable queues Last Flapped : 2008-08-13 23:50:22 UTC Statistics last cleared: Never Traffic statistics Input bytes : 0 0 bps Output bytes : 0 0 bps Input packets: 0 0 bps Output packets: 0 0 bps Input errors: Errors: 0, Drops: 0, Framing errors: 0, Policed discards: 0, L3 incompletes: 0, L2 channel errors: 0, L2 mismatch timeouts: 0, HS link CRC errors: 0, SRAM errors: 0, Resource errors: 0 Output errors: Carrier transitions: 0, Errors: 0, Drops: 0, Aged packets: 0, MTU errors: 0, Resource errors: 0 Egress queues: 8 supported, 4 in use Queue counters: Queued packets Transmitted packets Dropped packets 0 best-effort 0 0 0 1 expidited-fo 0 0 0 2 assured-forw 0 0 0 3 network-cont 0 0 0 DS1 alarms : LOF, LOS DS1 defects : LOF, LOS T1 media: Seconds Count State SEF 0 0 OK BEE 0 0 OK AIS 0 0 OK LOF 9498 1 Defect Active LOS 9498 1 Defect Active YELLOW 0 0 OK CRC major 0 0 OK CRC minor 0 0 OK BPV 1 1 EXZ 3 3 LCV 2 2 PCV 0 0 CS 0 0 CRC 0 0 LES 2 ES 0 SES 0 SEFS 0 BES 0 UAS 9495 HDLC configuration : Policing bucket: Disabled Shaping bucket : Disabled Giant Threshold: 258, Run threshold: 0 Timeslots :1-24 Line encoding: B8ZS Buildout: 0 to 132 fee Byte encoding: Nx64K, Data inversion, disabled, Idle cycle flag: flags, Stat end flag: shared DS1 BERT configuration: BERT time period: 5 seconds, Elapsed: 0 seconds Induced Error rate 10e-5, Algorithm: All ones, Repetitive (22) Packet Forwarding Engine configuration: Destination slot: 1 Direction: Output CoS transmit queue Bandwidth Buffer Priortity Limit 0 best effort 95 1459200 95 0 low 3 network-control 5 76800 5 0 low