You are on page 1of 3

hostname SW_3 enable secret ciscoena line console 0 pass cisco login line vty 0 4 pass cisco login

banner motd #Authorized access only!# exit show vlan brief

vlan 15 -----------------int range fa0/1 - fa 0/4 sw mode trunk sw trunk native vlan 15 exit interface vlan 15 ip address 172.25.15.11 255.255.255.0 ip default-gateway 172.25.15.1 *************************** interface vlan 15 ip address 172.25.15.12 255.255.255.0 ip default-gateway 172.25.15.1 **************************** interface vlan 15 ip address 172.25.15.13 255.255.255.0 ip default-gateway 172.25.15.1 ************************ interface vlan 15 ip address 172.25.15.14 255.255.255.0 ip default-gateway 172.25.15.1 vlan database vtp client interface range fa0/10-fa0/14 switchport mode access switchport access vlan 25 interface range fa0/20-fa0/24 switchport mode access switchport access vlan 35 interface fa0/24 switchport mode access switchport access vlan 15

SW_1(config)#vtp pass ciscovtp W_1(config)#int fa0/10 SW_1(config-if)#sw port-security SW_1(config-if)#sw port-security maximum 1 SW_1(config-if)#sw port-security mac-address sticky SW_1(config-if)#sw port-security violation shu SW_1(config-if)#exit SW_2(config-if)#int fa0/24 SW_2(config-if)#sw port-security SW_2(config-if)#sw port-security maximum 1 SW_2(config-if)#sw port-security mac-address sticky SW_2(config-if)#sw port-security violation shu SW_2(config-if)#exit W_1(config)#int fa0/20 sw port-security sw port-security maximum 1 sw port-security mac-address sticky sw port-security violation shu exit

SW_4#vlan database % Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode. SW_4(vlan)#vtp server Device mode already VTP SERVER. SW_4(vlan)#vtp domain name EM3 ^ % Invalid input detected at '^' marker. SW_4(vlan)#vtp domain-name EM3 ^ % Invalid input detected at '^' marker. SW_4(vlan)#vtp client domain password server transparent ? Set Set Set Set Set the the the the the device to client mode. name of the VTP administrative domain. password for the VTP administrative domain. device to server mode. device to transparent mode.

v2-mode Set the administrative domain to V2 mode. SW_4(vlan)#vtp domain EM3 Changing VTP domain name from NULL to EM3 SW_4(vlan)#vtp password ciscovtp Setting device VLAN database password to ciscovtp SW_4(vlan)#? VLAN database editing buffer manipulation commands: exit Apply changes, bump revision number, and exit mode no Negate a command or set its defaults vlan Add, delete, or modify values associated with a single VLAN vtp Perform VTP administrative functions. SW_4(vlan)#exit APPLY completed. Exiting.... SW_4#vlan 35 ^ % Invalid input detected at '^' marker. SW_4#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. SW_4(config)#vlan 35 SW_4(config-vlan)#name ESTUDIANTES SW_4(config-vlan)#EXIT SW_4(config)#lan 25 ^ % Invalid input detected at '^' marker. SW_4(config)#vlan 25

You might also like