Abiud Projecto

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

Step 1(sw-core) - Ambos os switch ->configurar Etherchannel

int range f0/23, f0/24


channel-group 10 mode active

int range f0/1, f0/2


channel-group 10 mode active
----------------------------------
Step 2 (RT-MUNDO TEC TALATONA) ->configurar DHCP, subinterface e ip

ip dhcp pool vlan-verde


network 192.168.10.0 255.255.255.240
default-router 192.168.10.1

interface GigabitEthernet0/0.50
encapsulation dot1Q 50
ip address 192.168.10.1 255.255.255.240
no shutdown
------------------------------------
Step 3 (RT-MT-CORE-1) ->configurar DHCP, subinterface e ip

ip dhcp pool vlan-azul


network 10.10.10.0 255.255.255.0
default-router 10.10.10.1

ip dhcp pool vlan-branco


network 10.40.40.0 255.255.255.192
default-router 10.40.40.1

ip dhcp pool vlan-larnja


network 10.20.20.0 255.255.255.0
default-router 10.20.20.1

ip dhcp pool amarelo


network 10.30.30.0 255.255.255.0
default-router 10.30.30.1

interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 10.10.10.1 255.255.255.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 10.20.20.1 255.255.255.0
!
interface FastEthernet0/0.30
encapsulation dot1Q 30
ip address 10.30.30.1 255.255.255.0
!
interface FastEthernet0/0.40
encapsulation dot1Q 40
ip address 10.40.40.1 255.255.255.192
!
int f0/0
no shut
------------------------------------
Router(ISP) -> configurar static route
ISP(config)#ip route 10.40.40.0 255.255.255.0 100.100.100.1
ISP(config)#ip route 10.20.20.0 255.255.255.0 100.100.100.1
ISP(config)#ip route 10.10.10.0 255.255.255.0 100.100.100.1
-----------------------------------------------------------
router (RT-IPXVX-CORE-1) configurar default route and static

RT-IPXVX-CORE-1#
ip route 0.0.0.0 255.255.255.0 100.100.100.2
ip route 8.8.8.0 255.255.255.0 100.100.100.2
ip route 0.0.0.0 255.255.255.0 10.255.254.2

---------------------------------------------------------

sw-core1 -> configurar trunk, vlan and add vlan in interface

interface FastEthernet0/10
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/11
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/12
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk

10 VLAN0010 active
20 VLAN0020 active
30 VLAN0030 active
40 VLAN0040 active
---------------------------------------------
obs: em cada switch abaixo adicionamos cada na sua respetiva vlan

switch Amarelo

interface FastEthernet0/2
switchport mode trunk

interface interface FastEthernet0/1


switchport access vlan 30
switchport mode access

switch azul

interface GigabitEthernet0/1
switchport mode trunk
!
interface interface FastEthernet0/1
switchport access vlan 10
switchport mode access

switch branco
Switch(config-if)#int g0/2
Switch(config-if)#switchport mode trunk
interface interface FastEthernet0/1
switchport access vlan 40
switchport mode access

switch laranja
interface GigabitEthernet0/1
switchport mode trunk

interface interface FastEthernet0/1


switchport access vlan 20
switchport mode access

Att:
------------------------------------------

You might also like