Сравнение на команди при IOS и ASA

от БАРЗИКТ Wiki
Направо към: навигация, търсене

В примерните команди се разглежда ASA5505.

IOS ASA
erase startup-config

relaod

write erase

reload

Ctrl+C q
conf t

enable secret [парола]

conf t

enable password [парола]

conf t

line console 0 password [парола]

login

conf t

passwd password [парола]

show ip interface brief show interface ip brief
show running-config show running-config

или

write terminal

copy running-config startup-config copy running-config startup-config

или

write memory

show ip route show route
show ip nat translations show xlate
show vlan show switch vlan
ip route [адрес] [маска] [next-hop] route [име на интерфейс] [адрес] [маска] [next-hop]
ip domain-name [име на домейн] domain-name [име на домейн]
interface VLAN 1

ip address [адрес] [маска]

no shutdown

interface gigabitethernet 0/1

switchport mode access

switchport access vlan 1

interface vlan 1

name-if [име - напр. inside]

secuity-level [0-100]

interface ethernet0

switchport access vlan 1

no shutdown