ARS - 2.º trabalho prático No router: - portas: config ethernet 3/13 perform-tagging enable config ethernet 3/15 perform-tagging enable - stg: config stg 5 create add ports 3/5, 3/11-3/13, 3/15 - vlan: config vlan 10 create byport 5 ports add 3/5, 3/11-3/12 ip create 192.168.10.254/24 config vlan 431 create byport 5 ports add 3/11-3/13, 3/15 ip create 192.168.8.251/24 config vlan 4 create byport 5 ports add 3/13 ip create 192.168.4.1/30 config vlan 5 create byport 5 ports add 3/15 ip create 192.168.5.1/30 - mlt: config mlt 1 create add ports 3/11-3/12 perform-tagging enable add vlan 10 add vlan 431 - ip: config ip rip enable config vlan 10 ip rip enable config vlan 431 ip rip enable config vlan 4 ip rip enable config vlan 5 ip rip enable config vlan 10 ip rip supply enable config vlan 431 ip rip supply enable config vlan 4 ip rip supply enable config vlan 5 ip rip supply enable No Switch: - mlt: portas 11 e 12 - vlan 10: portas 7, 11 e 12 - vlan 431: portas 8, 11 e 12 - portas das vlans: porta 7 na vlan 10, ou seja, com PVID 10 porta 8 na vlan 431, ou seja, com PVID 431 porta 11 a Tagged Trunk e deixar o PVID a 1 porta 12 deve ficar automaticamente a Tagged Trunk, por isso não deve ser preciso fazer nada Em cada tux: - tux11: ifconfig eth0 192.168.10.1/24 route add default gw 192.168.10.254 - tux12: ifconfig eth0 192.168.10.2/24 route add default gw 192.168.10.254 - tux13: ifconfig eth0 192.168.8.1/24 route add default gw 192.168.8.251