Free CCIE RS dumps for you-Section Layer 2 Ports
- Spoto
- |
- Posted on: 2019-05-06
- |
- Views: 1484
- |
- Category:
- ▸ SPOTO News
Section 1.2 Layer 2 Ports
today I'll share some SPOTO CCIE RS DUMPS for you
configure your network as per the following requirements
l Complete the config of all vlans so that all routers that are located in ACME's
headquarters (AS12345) and new york office (AS 34567) can ping their directly connected neighbors
l all four switches (sw1-sw4) must have dot1q trunks that do not rely on negotiation
l do not configure any etherchannel
l ensure that the following unused ports on all four switches are shutdown and configured as access ports in vlan 999
E3/0-E3/3 are unused on sw1 and sw2
E1/0-E1/3 are unused on sw3 and sw4
E3/0-E3/3 are unused on sw3 and sw4
Solution:
/-- According to the topology requirements, configure the VLAN. Please check them, you don’t need to those if there has been configuration on the exam. --/
SW1
vlan 14,15,23,24,35,46,57,67,999
SW1
interface rang e0/0 -3
switchport mode access
interface rang e1/0 -3
switchport mode access
!
interface Ethernet0/0
switchport access vlan 15
!
interface Ethernet0/1
switchport access vlan 23
!
interface Ethernet0/2
switchport access vlan 23
!
interface Ethernet0/3
switchport access vlan 24
!
interface Ethernet1/0
switchport access vlan 14
!
interface Ethernet1/1
switchport access vlan 15
!
interface Ethernet1/2
switchport access vlan 67
!
interface Ethernet1/3
switchport access vlan 67
SW2
interface rang e0/0 -3
switchport mode access
interface rang e1/0 -3
switchport mode access
!
interface Ethernet0/0
switchport access vlan 14
!
interface Ethernet0/1
switchport access vlan 24
!
interface Ethernet0/2
switchport access vlan 35
!
interface Ethernet0/3
switchport access vlan 46
!
interface Ethernet1/0
switchport access vlan 35
!
interface Ethernet1/1
switchport access vlan 57
!
interface Ethernet1/2
switchport access vlan 46
!
interface Ethernet1/3
switchport access vlan 57
SW3/SW4
vlan 34,38,49,89,111,310,411,999
SW3
interface range e0/0-3
switchport mode access
!
interface Ethernet0/0
switchport access vlan 89
!
interface Ethernet0/1
switchport access vlan 49
!
interface Ethernet0/2
switchport access vlan 111
!
interface Ethernet0/3
switchport access vlan 411
SW4
interface range e0/0-3
switchport mode access
!
interface Ethernet0/0
switchport access vlan 38
!
interface Ethernet0/1
switchport access vlan 89
!
interface Ethernet0/2
switchport access vlan 310
!
interface Ethernet0/3
switchport access vlan 111
SW1/SW2/SW3/SW4
interface range e2/0-3
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate /--This command is not supported in our IOS, you need check it on the exam. --/
SW1/SW2
interface range e3/0-3
switchport mode access
switchport access vlan 999
shutdown
SW3/SW4
interface range e1/0-3
switchport mode access
switchport access vlan 999
shutdown
interface range e3/0-3
switchport mode access
switchport access vlan 999
shutdown
More you may be interested: