-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0575b0b
commit e0cc2d6
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
30 changes: 15 additions & 15 deletions
30
topologies/training-level-x-cl-campus-veos/configlets/host1-pvlan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
! | ||
spanning-tree mode none | ||
! | ||
vlan 10 | ||
name Primary_VLAN | ||
! | ||
vlan 100 | ||
private-vlan community primary vlan 10 | ||
|
||
interface Vlan10 | ||
ip address 172.17.10.1/24 | ||
|
||
default interface etherent1 | ||
|
||
! | ||
spanning-tree mode none | ||
! | ||
vlan 10 | ||
name Primary_VLAN | ||
! | ||
vlan 100 | ||
private-vlan community primary vlan 10 | ||
! | ||
interface Vlan10 | ||
ip address 172.17.10.1/24 | ||
default interface ethernet1 | ||
interface Ethernet1 | ||
switchport | ||
switchport mode access | ||
switchport access vlan 100 | ||
No shut | ||
|
||