there Posted August 26, 2022 Share Posted August 26, 2022 Hey Guys In Section 1.6 there are some new parts. so far i remember, you have to configre the ipv6 addresses for vlan 2000 with a general prefix. Could somebody please share the qustionary? thanks BR Link to comment Share on other sites More sharing options...
CCIEval23 Posted August 27, 2022 Share Posted August 27, 2022 this must be a very recent change then, i didn't see any updates to this task in July. When did you see this? Link to comment Share on other sites More sharing options...
visasman Posted January 21, 2023 Share Posted January 21, 2023 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 More sharing options...
LazerFokus Posted January 23, 2023 Share Posted January 23, 2023 Are there any documents out that show all of the recent changes? 1 Link to comment Share on other sites More sharing options...
Amro Posted January 31, 2023 Share Posted January 31, 2023 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 1 Link to comment Share on other sites More sharing options...
Siscco Posted January 31, 2023 Share Posted January 31, 2023 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. 1 Link to comment Share on other sites More sharing options...
mindset Posted January 31, 2023 Share Posted January 31, 2023 thx Link to comment Share on other sites More sharing options...
hmizou Posted May 9, 2023 Share Posted May 9, 2023 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 More sharing options...
akmcisco Posted August 12, 2023 Share Posted August 12, 2023 thnx Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now