diff --git a/FINAL/S2.txt b/FINAL/S2.txt index e1ed2d8..1f17f81 100644 --- a/FINAL/S2.txt +++ b/FINAL/S2.txt @@ -1,7 +1,19 @@ enable conf t +hostname S2 +no ip domain-lookup +enable secret class +line console 0 +password cisco +login +logging synchronous +exit +line vty 0 15 +password cisco +login +exit ip routing -ip route 0.0.0.0 0.0.0.0 +ip route 0.0.0.0 0.0.0.0 192.168.100.100 vlan 10 name VLAN_A vlan 20 @@ -26,3 +38,4 @@ interface g0/2 switchport mode trunk switchport trunk allowed vlan 10,20 no shutdown +