The document contains configurations for 6 switches to set up VLANs, IP addresses, ports, and RIP routing. Each switch creates and configures 3 VLANs with unique tags and IP subnets. Default ports are removed and VLANs are added to ports as either tagged or untagged. RIP is enabled and configured to advertise the VLANs.
1 of 8
Download to read offline
More Related Content
Laboratorio rip
3. SW_1 (TEAM_1)
create vlan yellow
create vlan green
create vlan blue
configure yellow tag 101
configure green tag 11
configure blue tag 10
configure yellow 101.0.0.1/24
configure green 11.0.0.1/24
configure blue 10.0.0.1/24
configure default delete port 2,3,7
configure yellow add ports 7
configure green add ports 3,2
configure blue add ports 2,3
configure yellow add port 7 untagged
configure green add port 3 tagged
configure blue add port 2 tagged
enable ipforwarding
configure rip add vlan yellow
configure rip add vlan green
configure rip add vlan blue
enable rip
4. SW_2 (TEAM_2)
create vlan orange
create vlan pink
create vlan blue
configure orange tag 12
configure pink tag 102
configure blue tag 10
configure orange 12.0.0.1/24
configure pink 102.0.0.1/24
configure blue 10.0.0.2/24
configure default delete port 1,4,7
configure orange add ports 1,4
configure pink add ports 7
configure blue add ports 1,4
configure pink add port 7 untagged
configure orange add port 4 tagged
configure blue add port 1 tagged
enable ipforwarding
configure rip add vlan orange
configure rip add vlan pink
configure rip add vlan blue
enable rip
5. SW_3 (TEAM_3)
create vlan black
create vlan green
create vlan brown
create vlan purple
configure black tag 103
configure green tag 11
configure brown tag 13
configure purple tag 14
configure black 103.0.0.1/24
configure green 11.0.0.2/24
configure brown 13.0.0.1/24
configure purple 14.0.0.1/24
configure default delete port 1,4,5,7
configure black add ports 7
configure green add ports 1,4
configure brown add ports 4,5
configure purple add ports 4,5
configure black add port 7 untagged
configure green add port 1 tagged
configure brown add port 4 tagged
configure purple add port 5 tagged
enable ipforwarding
configure rip add vlan black
configure rip add vlan green
configure rip add vlan brown
configure rip add vlan purple
enable rip
6. SW_4 (TEAM_4)
create vlan gray
create vlan orange
create vlan brown
create vlan red
configure orange tag 12
configure gray tag 104
configure brown tag 13
configure red tag 15
configure orange 12.0.0.2/24
configure gray 104.0.0.1/24
configure brown 13.0.0.2/24
configure red 15.0.0.1/24
configure default delete port 2,3,6,7
configure gray add ports 7
configure orange add ports 2,3
configure brown add ports 2,3,6
configure red add ports 3,6
configure gray add port 7 untagged
configure orange add port 2 tagged
configure brown add port 3 tagged
configure red add port 6 tagged
enable ipforwarding
configure rip add vlan gray
configure rip add vlan orange
configure rip add vlan brown
configure rip add vlan red
enable rip
7. SW_5 (TEAM_5)
create vlan white
create vlan gold
create vlan purple
configure while tag 105
configure gold tag 16
configure purple tag 14
configure while 105.0.0.1/24
configure gold 16.0.0.1/24
configure purple 14.0.0.2/24
configure default delete port 3,6,7
configure while add ports 7
configure gold add ports 3,6
configure purple add ports 3,6
configure while add port 7 untagged
configure gold add port 6 tagged
configure purple add port 3 tagged
enable ipforwarding
configure rip add vlan while
configure rip add vlan gold
configure rip add vlan purple
enable rip
8. SW_6 (TEAM_6)
create vlan plum
create vlan gold
create vlan red
configure plum tag 106
configure gold tag 16
configure red tag 15
configure plum 106.0.0.1/24
configure gold 16.0.0.2/24
configure red 15.0.0.2/24
configure default delete port 4,5,7
configure plum add ports 7
configure gold add ports 4,5
configure red add ports 4,5
configure plum add port 7 untagged
configure gold add port 5 tagged
configure red add port 4 tagged
enable ipforwarding
configure rip add vlan plum
configure rip add vlan gold
configure rip add vlan red
enable rip