CCNA 200–301
General Info
- You can remove the leading zeroes in each
- You can change consecutive quartets 0000 such as 0000:0000 to ::
- Number 2 can only be done once.
- If there are more consecutive 0 quartets make it as :0:
Q1) 2000:ab78:0020:01bf:ed89:0000:0000:0001
Ans)
First, remove the leading zeros
2000:ab78:20:1bf:ed89:0000:0000:1
Next convert 0 quartets to ::
2000:ab78:20:1bf:ed89::1
Q2) fe80:0000:0000:0000:0002:0000:0000:fbe8
Ans)
First, remove the leading zeros
fe80:0000:0000:0000:2:0000:0000:fbe8
Next convert 0 quartets to ::
fe80::2:0000:0000:fbe8
Convert remaining 0 quartets to :0:
fe80::2:0:0:fbe8
CCNA 200–301
Requirements
- Need more than 1 switch
- One switch needs to be in VTP server mode while the rest is in VTP client mode.
- The connection between switches needs to be a trunk link
- The VTP domain needs to be the same on all switches.
General information given without any configurations
Now we configure devices SW0 interface Fa0/1 and SW1 interface Fa0/2 as trunk links.