Factory Reset Nortel Ethernet Switch
There can be times when you need to factory reset a switch. This process can be accomplished through the CLI but if you’ve lost the switch password you’ll need to follow a special process. This process should work for any of the Ethernet Switches (450, 460, 470) and the Ethernet Routing Switches 2500 Series, 4500 Series, 5500 (5510, 5520, 5530) Series. There is a different process to recover lost passwords on the Ethernet Routing Switch 1600 and 8600. Please note that by factory resetting the switch you will loose all configuration settings. It will be as if it just arrived from the “factory”.
Follow these steps:
1. Connect to the console port of the switch (9600,8,N,1)
2. Reboot the switch.
3. When the first line of the diagnostics tests is displayed, press CTRL-C. The system then displays a menu.
4. Select option “i” to factory default the switch.
5. Select option “a” to run the agent code.
Upon boot up, the switch will be in a factory default configuration.
Cheers!
quinta-feira, 18 de novembro de 2010
terça-feira, 2 de novembro de 2010
ACESS LIST VLAN CONVIDADOS CISCO
Vlan 140 convidados apenas com acesso á Internet
- Negar acesso redes locais 10.51.0.0 /24
int vlan 140
access-list 150 permit ip any host 10.140.44.22 - para permitir por exe uma impressora
access-list convidados deny ip any 10.51.0.0 0.0.0.255 ( mascara invertida)
access-list convidadospermit ip any any
ip access-group 101 in
config CISCO:
interface Vlan140
description Convidados
ip address 10.51.140.241 255.255.255.0
ip access-group convidados in
ip access-list extended convidados
permit ip any host 10.51.10.14 site do IGF
deny ip any 10.51.0.0 0.0.255.255
permit ip any any
- Negar acesso redes locais 10.51.0.0 /24
int vlan 140
access-list 150 permit ip any host 10.140.44.22 - para permitir por exe uma impressora
access-list convidados deny ip any 10.51.0.0 0.0.0.255 ( mascara invertida)
access-list convidadospermit ip any any
ip access-group 101 in
config CISCO:
interface Vlan140
description Convidados
ip address 10.51.140.241 255.255.255.0
ip access-group convidados in
ip access-list extended convidados
permit ip any host 10.51.10.14 site do IGF
deny ip any 10.51.0.0 0.0.255.255
permit ip any any
Subscrever:
Mensagens (Atom)