Re: [j-nsp] no family inet6 for vlan.*-interfaces on 10.1R2.8?

2010-05-26 Thread Thomas Eichhorn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Volker, on what kind of device?

teichh...@testbox.fra# set interfaces vlan.333 family ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except  Don't inherit configuration data from these groups
 inet IPv4 parameters
 inet6IPv6 protocol parameters
 iso  OSI ISO protocol parameters
 mpls MPLS protocol parameters
[edit]

I have it on JUNOS Base OS boot [10.1R2.8]...

Tom

Volker D. Pallas schrieb:
 Hi,
 
 I just realized that there seems to be no family inet6 anymore for
 vlan-interfaces since upgrading to junos 10.1R2.8.
 Fortunately my old config is still active and working, but I cannot
 modify it:
 
 # show interfaces vlan unit 10
 family inet {
 address 172.23.5.1/25;
 }
 family inet6 {
 address 2001:4dd0:ff08:10::1/64;
 }
 
 # set interfaces vlan unit 10 family ?
 Possible completions:
 + apply-groups Groups from which to inherit configuration data
 + apply-groups-except  Don't inherit configuration data from these groups
 inet IPv4 parameters
 mpls MPLS protocol parameters
 tcc  Translational cross-connect parameters
 vpls Virtual private LAN service parameters
 
 Is this a new feature or a bug?
 For interfaces other than vlan.* this is still working as expected.
 
 Thanks,
 Volker
 ___
 juniper-nsp mailing list juniper-nsp@puck.nether.net
 https://puck.nether.net/mailman/listinfo/juniper-nsp

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkv8y9oACgkQrUvjMoak8Zd9dACeMwcj6IHDj5ISpZ/xJ9VS89ga
550AoKdz9GOrL227IkHxAKNhlPyVg6jv
=G2uE
-END PGP SIGNATURE-
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] no family inet6 for vlan.*-interfaces on 10.1R2.8?

2010-05-26 Thread Volker D. Pallas

Oh yes, I forgot to mention. It's an SRX-100.
I downgraded the box to 10.1R1.8 yesterday and now I have my family 
inet6 back :-) weird issue!


Volker

On 05/26/2010 09:20 AM, Thomas Eichhorn wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Volker, on what kind of device?

teichh...@testbox.fra# set interfaces vlan.333 family ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except  Don't inherit configuration data from these groups

inet IPv4 parameters
inet6IPv6 protocol parameters
iso  OSI ISO protocol parameters
mpls MPLS protocol parameters

[edit]

I have it on JUNOS Base OS boot [10.1R2.8]...

Tom


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


Re: [j-nsp] no family inet6 for vlan.*-interfaces on 10.1R2.8?

2010-05-26 Thread Menno Kortekaas
Maybe this is because ipv6 works in packet mode, but not really on a vlan 
interface...
I've also placed an IPv6 address on my vlan interface and it is reachable 
through a family inet interface, but not through a family ethernet-switching 
interface.

I think because something is not really really working, Juniper just hides the 
command.
I've found another hidden feature today (JUNOS 10.0R3.10).


# set interfaces ge-0/0/15 gigether-options ?
Possible completions:
 802.3ad  IEEE 802.3ad
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except  Don't inherit configuration data from these groups
 auto-negotiation Enable auto-negotiation
  ignore-l3-incompletes  Ignore L3 incomplete errors
  loopback Enable loopback
 mpls MPLS options
  no-auto-negotiation  Disable auto-negotiation
  no-loopback  Don't enable loopback
 redundant-parent Parent of this interface

# set interfaces ge-0/0/15 gigether-options no-flow-control

# commit check
configuration check succeeds


There should be IPv6 support in flow mode in JUNOS 10.2 but what I've heared is 
that 10.2 will not be released for the branch series.

Menno


-Original Message-
From: juniper-nsp-boun...@puck.nether.net 
[mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Volker D. Pallas
Sent: woensdag 26 mei 2010 10:04
To: t...@te3networks.de
Cc: juniper-nsp@puck.nether.net
Subject: Re: [j-nsp] no family inet6 for vlan.*-interfaces on 10.1R2.8?

Oh yes, I forgot to mention. It's an SRX-100.
I downgraded the box to 10.1R1.8 yesterday and now I have my family
inet6 back :-) weird issue!

Volker

On 05/26/2010 09:20 AM, Thomas Eichhorn wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hello Volker, on what kind of device?

 teichh...@testbox.fra# set interfaces vlan.333 family ?
 Possible completions:
 + apply-groups Groups from which to inherit configuration data
 + apply-groups-except  Don't inherit configuration data from these 
 + groups
 inet IPv4 parameters
 inet6IPv6 protocol parameters
 iso  OSI ISO protocol parameters
 mpls MPLS protocol parameters
 [edit]

 I have it on JUNOS Base OS boot [10.1R2.8]...

 Tom

___
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] no family inet6 for vlan.*-interfaces on 10.1R2.8?

2010-05-26 Thread Johan Borch
On Wed, May 26, 2010 at 11:55 AM, Menno Kortekaas m.kortek...@dataman.nlwrote:

 Maybe this is because ipv6 works in packet mode, but not really on a vlan
 interface...
 I've also placed an IPv6 address on my vlan interface and it is reachable
 through a family inet interface, but not through a family ethernet-switching
 interface.

 I think because something is not really really working, Juniper just hides
 the command.
 I've found another hidden feature today (JUNOS 10.0R3.10).


 # set interfaces ge-0/0/15 gigether-options ?
 Possible completions:
  802.3ad  IEEE 802.3ad
 + apply-groups Groups from which to inherit configuration data
 + apply-groups-except  Don't inherit configuration data from these groups
  auto-negotiation Enable auto-negotiation
  ignore-l3-incompletes  Ignore L3 incomplete errors
  loopback Enable loopback
  mpls MPLS options
  no-auto-negotiation  Disable auto-negotiation
  no-loopback  Don't enable loopback
  redundant-parent Parent of this interface

 # set interfaces ge-0/0/15 gigether-options no-flow-control

 # commit check
 configuration check succeeds


 There should be IPv6 support in flow mode in JUNOS 10.2 but what I've
 heared is that 10.2 will not be released for the branch series.

 Menno




Where did you hear about 10.2 not being available to branch series? Any idea
when 10.2 is to arrive?

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


[j-nsp] no family inet6 for vlan.*-interfaces on 10.1R2.8?

2010-05-25 Thread Volker D. Pallas

Hi,

I just realized that there seems to be no family inet6 anymore for 
vlan-interfaces since upgrading to junos 10.1R2.8.
Fortunately my old config is still active and working, but I cannot 
modify it:


# show interfaces vlan unit 10
family inet {
address 172.23.5.1/25;
}
family inet6 {
address 2001:4dd0:ff08:10::1/64;
}

# set interfaces vlan unit 10 family ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except  Don't inherit configuration data from these groups
 inet IPv4 parameters
 mpls MPLS protocol parameters
 tcc  Translational cross-connect parameters
 vpls Virtual private LAN service parameters

Is this a new feature or a bug?
For interfaces other than vlan.* this is still working as expected.

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