[j-nsp] EX-4200 Virtual Chassis Pbm

2011-07-07 Thread roland DROUAL

I'm a beginner with Junos.
I'm trying to do a Virtual Chassis with two EX4200-24F.
All seem right.
In cli mode, I can see the interfaces from the master, but I can't see 
the interfaces from the backup switch, starting from ge-1/0/0 until 
ge-1/0/24 .

Is somebody can help me ?

Thank you

This is the configuration

)
{master:0}
switch@AS-4200-01 show virtual-chassis status

Virtual Chassis ID: 81e4.61e6.fa7a
  Mastership
Neighbor List
Member ID  Status   Serial NoModelpriorityRole  ID  
Interface

0 (FPC 0)  PrsntBR0210437386 ex4200-24f  255  Master*1  vcp-0

 1  vcp-1
1 (FPC 1)  PrsntBR0210368656 ex4200-24f  128  Backup 0  vcp-0

  0  vcp-1

Member ID for next new member: 2 (FPC 2)

)
{master:0}
switch@AS-4200-01 show virtual-chassis vc-port
fpc0:
--
Interface   Type  Trunk  Status   SpeedNeighbor
or ID (mbps)   ID  Interface
PIC / Port
vcp-0   Dedicated   2Up   320001   vcp-0
vcp-1   Dedicated   1Up   320001   vcp-1

fpc1:
--
Interface   Type  Trunk  Status   SpeedNeighbor
or ID (mbps)   ID  Interface
PIC / Port
vcp-0   Dedicated   2Up   320000   vcp-0
vcp-1   Dedicated   1Up   320000   vcp-1


)
switch@AS-4200-01# show virtual-chassis
no-split-detection;
member 0 {
mastership-priority 255;
}
member 1 {
mastership-priority 128;
}

)
{master:0}[edit]
switch@AS-4200-01# show interfaces | match ge
ge-0/0/0 {
ge-0/0/1 {
ge-0/0/2 {
ge-0/0/3 {
ge-0/0/4 {
ge-0/0/5 {
ge-0/0/6 {
ge-0/0/7 {
ge-0/0/8 {
ge-0/0/9 {
ge-0/0/10 {
ge-0/0/11 {
ge-0/0/12 {
ge-0/0/13 {
ge-0/0/14 {
ge-0/0/15 {
ge-0/0/16 {
ge-0/0/17 {
ge-0/0/18 {
ge-0/0/19 {
ge-0/0/20 {
ge-0/0/21 {
ge-0/0/22 {
ge-0/0/23 {
ge-0/0/24 {
ge-0/1/0 {
ge-0/1/1 {
ge-0/1/2 {
ge-0/1/3 {

{master:0}[edit]
switch@AS-4200-01#





___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] EX-4200 Virtual Chassis Pbm

2011-07-07 Thread Dale Shaw
Hi Roland,

On Thu, Jul 7, 2011 at 7:44 PM, roland DROUAL
roland.dro...@paris.iufm.fr wrote:
 I'm a beginner with Junos.
 I'm trying to do a Virtual Chassis with two EX4200-24F.
 All seem right.
 In cli mode, I can see the interfaces from the master, but I can't see the
 interfaces from the backup switch, starting from ge-1/0/0 until ge-1/0/24 .
 Is somebody can help me ?
[...]

Your interfaces are almost certainly there; they're just not configured yet.

It's a bit confusing -- by default, the interfaces from the first
switch only in the VC appear in the configuration explicitly. On
SFP-based interfaces, JUNOS only creates the interface upon insertion
of a transceiver.

If you run 'show interfaces terse' you should see ge-1/0/0 through
ge-1/0/23  **as long as those ports have SFPs inserted **. Just go
ahead and apply configuration to them. JUNOS isn't like IOS in the way
that physical interfaces are always visible in the configuration.

I usually do a 'wildcard delete ge-*' on a new switch, then set up
interface-range statements or apply configuration only to interfaces
that need it.

Cheers,
Dale
PS: you've got a ge-0/0/24 in your configuration which doesn't actually exist.
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] EX-4200 Virtual Chassis Pbm

2011-07-07 Thread Masagung Nugroho
What happen when you use the J-web ?
All The interfaces appear or not ?

Best Regards,
-Masagung Nugroho-

Service Provider-RoutingSwitching
PT. Trinet Prima Solusi

-Original Message-
From: juniper-nsp-boun...@puck.nether.net
[mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of roland DROUAL
Sent: Thursday, July 07, 2011 4:44 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] EX-4200 Virtual Chassis Pbm

I'm a beginner with Junos.
I'm trying to do a Virtual Chassis with two EX4200-24F.
All seem right.
In cli mode, I can see the interfaces from the master, but I can't see
the interfaces from the backup switch, starting from ge-1/0/0 until
ge-1/0/24 .
Is somebody can help me ?

Thank you

This is the configuration

)
{master:0}
switch@AS-4200-01 show virtual-chassis status

Virtual Chassis ID: 81e4.61e6.fa7a
   Mastership
Neighbor List
Member ID  Status   Serial NoModelpriorityRole  ID
Interface
0 (FPC 0)  PrsntBR0210437386 ex4200-24f  255  Master*1  vcp-0
 
1  vcp-1
1 (FPC 1)  PrsntBR0210368656 ex4200-24f  128  Backup 0  vcp-0
 
0  vcp-1

Member ID for next new member: 2 (FPC 2)

)
{master:0}
switch@AS-4200-01 show virtual-chassis vc-port
fpc0:
--
Interface   Type  Trunk  Status   SpeedNeighbor
or ID (mbps)   ID  Interface
PIC / Port
vcp-0   Dedicated   2Up   320001   vcp-0
vcp-1   Dedicated   1Up   320001   vcp-1

fpc1:
--
Interface   Type  Trunk  Status   SpeedNeighbor
or ID (mbps)   ID  Interface
PIC / Port
vcp-0   Dedicated   2Up   320000   vcp-0
vcp-1   Dedicated   1Up   320000   vcp-1


)
switch@AS-4200-01# show virtual-chassis
no-split-detection;
member 0 {
 mastership-priority 255;
}
member 1 {
 mastership-priority 128;
}

)
{master:0}[edit]
switch@AS-4200-01# show interfaces | match ge
ge-0/0/0 {
ge-0/0/1 {
ge-0/0/2 {
ge-0/0/3 {
ge-0/0/4 {
ge-0/0/5 {
ge-0/0/6 {
ge-0/0/7 {
ge-0/0/8 {
ge-0/0/9 {
ge-0/0/10 {
ge-0/0/11 {
ge-0/0/12 {
ge-0/0/13 {
ge-0/0/14 {
ge-0/0/15 {
ge-0/0/16 {
ge-0/0/17 {
ge-0/0/18 {
ge-0/0/19 {
ge-0/0/20 {
ge-0/0/21 {
ge-0/0/22 {
ge-0/0/23 {
ge-0/0/24 {
ge-0/1/0 {
ge-0/1/1 {
ge-0/1/2 {
ge-0/1/3 {

{master:0}[edit]
switch@AS-4200-01#





___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] EX-4200 Virtual Chassis Pbm

2011-07-07 Thread roland DROUAL

On my Dashboard page, All seem normal
I can see a picture with the two EX 4200 Series

In System Information part, I can see
Inventory Details  : 2 FPCs

In Capacity Utilization part, I can see
Number of Active ports   3
*Total number of ports 48*
Used-up MAC-Table entries  64
Supported Mac-Table entries   24000
Number of VLANs configured22
Number of VLANs supported 4095


And on my Configure , Monitor , Maintain or Troubleshoot pages,
I can see the interfaces from the 2 switchs,
these one beginning by ge-0/0/ , and these one beginning by ge-1/0/

all the interfaces with a SFP transceiver have their Administrative 
Status Up

all others are invisible
all interfaces with SFP transceiver and  connected have their Link 
Status Up;
all interfaces with SFP transceiver and not connected have their Link 
Status Down;



I understood I had to configure all my interfaces.
The interfaces of the switch backup wasn't configured , so they didn't 
appear with the command : # show interfaces
Now they are configured, I can see all the 48 interfaces ( ge-0/  and  
ge-1/ ) with the command # show interfaces
And I can see only interfaces with a transceiver, with the command : # 
run show interfaces terse


Thanks a lot  (specially at Dale Shaw)

See you for the next problem.
:-)



Le 07/07/2011 12:43, Dale Shaw a écrit :

Hi Roland,

On Thu, Jul 7, 2011 at 7:44 PM, roland DROUAL
roland.dro...@paris.iufm.fr  wrote:

I'm a beginner with Junos.
I'm trying to do a Virtual Chassis with two EX4200-24F.
All seem right.
In cli mode, I can see the interfaces from the master, but I can't see the
interfaces from the backup switch, starting from ge-1/0/0 until ge-1/0/24 .
Is somebody can help me ?

[...]

Your interfaces are almost certainly there; they're just not configured yet.

It's a bit confusing -- by default, the interfaces from the first
switch only in the VC appear in the configuration explicitly. On
SFP-based interfaces, JUNOS only creates the interface upon insertion
of a transceiver.

If you run 'show interfaces terse' you should see ge-1/0/0 through
ge-1/0/23  **as long as those ports have SFPs inserted **. Just go
ahead and apply configuration to them. JUNOS isn't like IOS in the way
that physical interfaces are always visible in the configuration.

I usually do a 'wildcard delete ge-*' on a new switch, then set up
interface-range statements or apply configuration only to interfaces
that need it.

Cheers,
Dale
PS: you've got a ge-0/0/24 in your configuration which doesn't actually exist.



___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp