[j-nsp] aggregate sonet on logical router

Bostjan Fele bostjan.fele at smart-com.si
Wed May 4 04:47:11 EDT 2005


I would define link speed under aggregated interface. Here is my working
sample:

interfaces {
    as0 {
        aggregated-sonet-options {
            link-speed oc12;
        }
        unit 0 {
            family inet {
                address X.X.X.X/Y;
            }
            family mpls;
        }
    }
}

interfaces {
replace:
    so-0/2/0 {
        clocking external;
        sonet-options {
            aggregate as0;
        }
    }
}

Best regards,
Bostjan

--------------------------------------------------------
Bo?tjan FELE
CCIE #12594, InfoSec, JNCIP-M
E-mail: bostjan.fele at smart-com.si
Smart Com, d.o.o.
Brnciceva 45, 1001 Ljubljana, Slovenia
URL: http://www.smart-com.si
Tel.:  +386-1-5308-312
Fax.: +386-1-5611-571
Mob.: +386-41-399-363
---------------------------------------------------------

-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net]On Behalf Of zeng watchthinker
Sent: Wednesday, May 04, 2005 6:00 AM
To: latha at juniper.net; juniper-nsp at puck.nether.net
Subject: Re: [j-nsp] aggregate sonet on logical router

If no aggregated, they are up. While aggregated, 'as' interface is down
while individual sonet interface is up. I am using an E-FEB & E-FPC.

configuration:
juniper at M5-Lab1# show interfaces
so-0/0/0 {
    unit 0 {
        family inet;
    }
}
so-0/0/1 {
    unit 0 {
        family inet;
    }
}

Interface status:
juniper at M5-Lab1# run show interfaces terse
Interface               Admin Link Proto Local                 Remote
so-0/0/0                up    up
so-0/0/0.0              up    up   inet
so-0/0/1                up    up
so-0/0/1.0              up    up   inet

if aggregate is configured:
so-0/0/0 {
    sonet-options {
        aggregate as0;
    }
}
so-0/0/1 {
    sonet-options {
        aggregate as1;
    }
}
as0 {
    unit 0 {
        family inet;
    }
}
as1 {
    unit 0 {
        family inet;
    }
}

Interface status:
juniper at M5-Lab1# run show interfaces terse
Interface               Admin Link Proto Local                 Remote
so-0/0/0                up    up
so-0/0/0.0              up    up   soagg
so-0/0/1                up    up
so-0/0/1.0              up    up   soagg
as0                     up    down
as0.0                   up    down inet
as1                     up    down
as1.0                   up    down inet

Detailed information of as0 interface:
juniper at M5-Lab1# run show interfaces as0 extensive
Physical interface: as0, Enabled, Physical link is Down
  Interface index: 142, SNMP ifIndex: 40, Generation: 33
  Link-level type: PPP, MTU: 4474, Speed: Unspecified, Minimum links
needed: 1
  Device flags   : Present Running
  Interface flags: Hardware-Down SNMP-Traps 16384
  Link flags     : Keepalives
  Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3
  Last flapped   : Never
  Statistics last cleared: Never
  Traffic statistics:
   Input  bytes  :                    0                    0 bps
   Output bytes  :                    0                    0 bps
   Input  packets:                    0                    0 pps
   Output packets:                    0                    0 pps
  Input errors:
    Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Giants: 0, Policed
discards: 0
  Output errors:
    Carrier transitions: 0, Errors: 0, Drops: 0, MTU errors: 0

  Logical interface as0.0 (Index 67) (SNMP ifIndex 44) (Generation 122)
    Flags: Hardware-Down Device-Down Point-To-Point SNMP-Traps
Encapsulation: PPP
    Statistics        Packets        pps         Bytes          bps
    Bundle:
        Input :             0          0             0            0
        Output:             0          0             0            0
    Protocol inet, MTU: 4470, Generation: 175, Route table: 0
      Flags: None


>From: "latha" <latha at juniper.net>
>To: "zeng watchthinker" <watchthinker at hotmail.com>,
<juniper-nsp at puck.nether.net>
>Subject: Re: [j-nsp] aggregate sonet on logical router
>Date: Mon, 2 May 2005 08:34:37 -0700
>
>It is supported ..  without logical-routers, does these interfaces
>are up ?
>
>Thanks,
>/Latha
>

_________________________________________________________________
享用世界上最大的电子邮件系统- MSN Hotmail。 http://www.hotmail.com

_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp



More information about the juniper-nsp mailing list