0% found this document useful (0 votes)
7 views

Pasta1 Script

Uploaded by

nicolly julia
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Pasta1 Script

Uploaded by

nicolly julia
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

SWITCH 01 SWITCH 02

enable enable
conf t conf t
hostname SW_NOC hostname SW_FL1
ip default-gat 1.0.0.254 ip default-gat 3.0.0.254
enab sec cisco enab sec cisco
line vty 0 1 line vty 0 1
pass cisco pass cisco
login login
line console 0 line console 0
pass cisco pass cisco
login login
int vlan 1 int vlan 1
ip add 1.0.0.100 255.0.0.0 ip add 3.0.0.100 255.0.0.0
no shut no shut
exit do wr
no cdp run no cdp run
snmp-server community write rw snmp-server community write rw
snmp-server community read ro snmp-server community read ro
do wr do wr
ROUTER 01 ROUTER 02 backup config

enable enable enable


conf t conf t copy runn tftp
hostname R_NOC hostname R_FL1 30.0.0.1
enab sec cisco enab sec cisco
line vty 0 1 line vty 0 1
pass cisco pass cisco
login login
line console 0 line console 0
pass cisco pass cisco
login login
int fa 0/0 int fa 0/0
ip add 1.0.0.254 255.0.0.0 ip add 3.0.0.254 255.0.0.0
no shut no shut
int S0/0/0 int S0/0/0
encap ppp encap ppp
ip add 2.0.0.1 255.0.0.0 ip add 2.0.0.2 255.0.0.0
no shut no shut
clock rate 128000 exit
exit ip route 1.0.0.0 255.0.0.0 s0/0/0
ip route 3.0.0.0 255.0.0.0 s0/0/0 no cdp run
no cdp run snmp-server community write rw
snmp-server community write rw snmp-server community read ro
snmp-server community read ro do wr
do wr
CÓPIA DO IOS VLAN RESTAURAÇÃO DE IOS

enable enable IP_ADDRESS=3.0.0.254


show flash conf t IP_SUBNET_MASK=255.0.0.0
copia nome do ios vlan 2 DEFAULT_GATEWAY=3.0.0.254
30.0.0.1 name EDU TFTP_SERVER=3.0.0.1
copy flash tftp vlan 3 TFTP_FILE=c1841-advipservicesk9-mz.124-15.T1.bin
name BIBLI tftpdnld
exit reset
int rang fast 0/9-16
switchport mode access
switchport access vlan 2
int rang fast 0/17-24
switchport mode access
switchport access vlan 3
DESINSTALAÇÃO DO CDP INSTALAÇÃO DO LLDP APAGAR CONFIGURAÇÕES

enable enable enable


cofigure terminal configure terminal erase startup-config
no cdp run lldp run reload
do wr do wr
VLAN RESTAURAÇÃO DE IOS Desinstalação do CDP

enable IP_ADDRESS=1.0.0.254 enable


conf t IP_SUBNET_MASK=255.0.0.0 cofigure terminal
vlan 2 DEFAULT_GATEWAY=1.0.0.254 no cdp run
name EDU TFTP_SERVER=3.0.0.1 do wr
vlan 3 TFTP_FILE=c1841-advipservicesk9-mz.124-15.T1.bin
name BIBLI tftpdnld
exit reset
int rang fast 0/9-16
switchport mode access
switchport access vlan 2
int rang fast 0/17-24
switchport mode access
switchport access vlan 3
Instalação do LLDP

enable
configure terminal
lldp run
do wr

You might also like