Вы находитесь на странице: 1из 2

nable

configure terminal

hostname ROUTER_CORE

enable secret CR1991

line console 0
password CR1991
login
exit

line vty 0 15
password CR1991
login
exit

banner MOTD % ISP Internet Rapidito %

exit

enable
configure terminal

interface GigabitEthernet0/0
ip address 10.20.20.20 255.255.255.224
duplex auto
speed auto
no sh
exit

interface GigabitEthernet0/1
description HACIA_SW_CORE
no ip address
duplex auto
speed auto
no sh
exit

interface GigabitEthernet0/1.1
description RED
encapsulation dot1Q 1 native
ip address 172.20.25.100 255.255.255.0

interface GigabitEthernet0/1.2
description RED_BROKERS
encapsulation dot1Q 60
ip address 172.20.25.5 255.255.255.248
no sh
exit

interface GigabitEthernet0/1.3
description RED_ADMIN_EQUIPOS
encapsulation dot1Q 61
ip address 172.20.25.29 255.255.255.240
no sh
exit
interface GigabitEthernet0/1.4
description RED_CALL_CENTER
encapsulation dot1Q 62
ip address 172.20.25.59 255.255.255.224
no sh
exit

interface GigabitEthernet0/1.5
description RED_GERENCIA
encapsulation dot1Q 63
ip address 172.20.25.69 255.255.255.248
no sh
exit

interface GigabitEthernet0/1.6
description RED_VENTAS
encapsulation dot1Q 64
ip address 172.20.25.93 255.255.255.240
no sh
exit

interface GigabitEthernet0/1.7
description RED_INVITADOS
encapsulation dot1Q 65
ip address 172.20.25.189 255.255.255.192
no sh
exit

interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
exit

interface Vlan1
no ip address
shutdown
exit

wr

Вам также может понравиться