From 6b6ef93f22a3bafd52ab632a56d686375fa698c4 Mon Sep 17 00:00:00 2001 From: Fletcher Date: Mon, 12 Nov 2018 17:14:03 -0800 Subject: [PATCH] Enabled SFP ports on VLAN 100 No reason for them to be disabled (Very unlikely they will ever be used) --- switch_config.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/switch_config.txt b/switch_config.txt index 78aaf65..3dd5241 100644 --- a/switch_config.txt +++ b/switch_config.txt @@ -238,12 +238,20 @@ interface GigabitEthernet0/48 switchport mode access ! interface GigabitEthernet0/49 + switchport access vlan 100 + switchport mode access ! interface GigabitEthernet0/50 + switchport access vlan 100 + switchport mode access ! interface GigabitEthernet0/51 + switchport access vlan 100 + switchport mode access ! interface GigabitEthernet0/52 + switchport access vlan 100 + switchport mode access ! interface Vlan1 ip address 10.0.0.61 255.255.255.0