Jump to content

PNETLab soal: 2 VTP: Difference between revisions

From Wiki
Created page with "=== Switch 1=== interface Ethernet0/0 no shutdown switchport trunk encapsulation dot1q switchport mode trunk interface Ethernet0/1 no shutdown switchport access vlan 10 switchport mode access interface Ethernet0/2 no shutdown switchport access vlan 11 switchport mode access interface Ethernet0/3 no shutdown switchport access vlan 11 switchport mode access interface Ethernet1/0 no shutdown switchport trunk encapsulation dot1q switchp..."
 
Line 25: Line 25:
   switchport mode trunk
   switchport mode trunk


  interface Ethernet1/1
=== Swith 2===
  interface Ethernet0/0
   no shutdown
   no shutdown
  switchport trunk encapsulation dot1q
  switchport mode trunk


  interface Ethernet1/2
  interface Ethernet0/1
   no shutdown
   no shutdown
  switchport access vlan 10
  switchport mode access


  interface Ethernet1/3
  interface Ethernet0/2
   no shutdown
   no shutdown
  switchport access vlan 10
  switchport mode access
interface Ethernet0/3
  no shutdown
  switchport access vlan 11
  switchport mode access

Revision as of 23:36, 9 February 2024

Switch 1

interface Ethernet0/0
 no shutdown
 switchport trunk encapsulation dot1q
 switchport mode trunk
interface Ethernet0/1
 no shutdown
 switchport access vlan 10
 switchport mode access
interface Ethernet0/2
 no shutdown
 switchport access vlan 11
 switchport mode access
interface Ethernet0/3
 no shutdown
 switchport access vlan 11
 switchport mode access
interface Ethernet1/0
 no shutdown
 switchport trunk encapsulation dot1q
 switchport mode trunk

Swith 2

interface Ethernet0/0
 no shutdown
 switchport trunk encapsulation dot1q
 switchport mode trunk
interface Ethernet0/1
 no shutdown
 switchport access vlan 10
 switchport mode access
interface Ethernet0/2
 no shutdown
 switchport access vlan 10
 switchport mode access
interface Ethernet0/3
 no shutdown
 switchport access vlan 11
 switchport mode access