Jump to content

Section 1.6


Recommended Posts

  • 4 months later...

The recent change in section 1.6 asks for configuring the global IPv6 address in VL2000-2001, where SW101 should be a preferred g/w for VL2000 and SW102 a preferred g/w for VL2001. 

Below is the workable solution:

 

Quote

(SW101)

interface vlan 2000
ipv6 enable
ipv6 address 2001:DB8:1:100::1/64
ipv6 nd router-preference high
ipv6 nd reachable-time 3000
!
interface vlan 2001
ipv6 enable
ipv6 address 2001:DB8:1:101::1/64
ipv6 nd reachable-time 3000
!

-------------------------------------------------

(SW102)

Interface vlan 2000
ipv6 enable
ipv6 address 2001:DB8:1:100::2/64
ipv6 nd reachable-time 3000
!
interface vlan 2001
ipv6 enable
ipv6 address 2001:DB8:1:101::2/64
ipv6 nd router-preference high
ipv6 nd reachable-time 3000
!

 

Link to comment
Share on other sites

  • 2 weeks later...

 

Dears,

i think the config. on 1.6 need to be like this one of my friends follow with CLC and the updated config is 

 

 

Section 1.6
sw101
interface vlan 2000
ipv6 address 2001:DB8:1:100::1/64
ipv6 nd router-preference high
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exit
interface vlan 2001
ipv6 address 2001:DB8:1:101::1/64
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exit
sw102
interface Vlan2000
ipv6 address 2001:DB8:1:100::2/64
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exit
interface Vlan2001
ipv6 address 2001:DB8:1:101::2/64
ipv6 nd router-preference high
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exi

 

so is it correct ?

and if anyone has the updated file for the section changes please share with us 

 

  • Like 1
Link to comment
Share on other sites

45 minutes ago, Amro said:

 

Dears,

i think the config. on 1.6 need to be like this one of my friends follow with CLC and the updated config is 

 

 

Section 1.6
sw101
interface vlan 2000
ipv6 address 2001:DB8:1:100::1/64
ipv6 nd router-preference high
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exit
interface vlan 2001
ipv6 address 2001:DB8:1:101::1/64
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exit
sw102
interface Vlan2000
ipv6 address 2001:DB8:1:100::2/64
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exit
interface Vlan2001
ipv6 address 2001:DB8:1:101::2/64
ipv6 nd router-preference high
ipv6 nd ra interval msec 1000
ipv6 nd ra lifetime 3
exi

 

so is it correct ?

and if anyone has the updated file for the section changes please share with us 

 

This seems to be correct.

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

Hi ,

the 2 command  ''ipv6 nd ra lifetime X '' and  ''ipv6 nd ra interval msec Y000''  are mandatory for the task  since the keyword mentioned 'in as little as 3 seconds' , i think values X=1 ,2,3 and Y=1,2,3 should be fine

Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...