cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
0
Helpful
0
Replies

Проблемы с настройкой Cisco ASA 5505 в transparent mode

rinat4forum
Level 1
Level 1

Добрый день! Cтолкнулся с Cisco впервые:
требуется настроить МЭ в режиме Transparent mode, для того чтобы поставить его между роутером с внутренним IP 192.168.1.1 и ЛВС 192.168.1.0/24. Код настройки ниже, что-то видимо не прописал. Прошу подсказать, в чем ошибся, т.к. пользователи ЛВС так и не получают Интернет. Версия ASA как видно ниже - 8.2(1)

Код настройки:


!
ASA Version 8.2(1)
!
firewall transparent
hostname asa5505
enable password SOMEPASS encrypted
passwd SOMEPASSWORD encrypted
names
!
interface Vlan1
nameif inside
security-level 100
!
interface Vlan2
nameif outside
security-level 0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
shutdown
!
boot system disk0:/asa821-k8.bin
ftp mode passive
same-security-traffic permit inter-interface
access-list OUTSIDE_IN extended permit ip any any
access-list OUTSIDE_IN extended permit icmp any any
pager lines 24
mtu inside 1500
mtu outside 1500
ip address 192.168.1.55 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
access-group OUTSIDE_IN in interface inside
access-group OUTSIDE_IN in interface outside
route outside 0.0.0.0 0.0.0.0 192.168.1.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication http console LOCAL
http server enable
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
username USER_NAME password USERPASS encrypted
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:4cb6acf88c6d372976253d5dd2272a07
asa5505(config)#
asa5505(config)#
asa5505(config)# sho
asa5505(config)# show sw
asa5505(config)# show switch
ERROR: % Incomplete command
asa5505(config)# show switch
asa5505(config)# show switch ?

exec mode commands/options:
mac-address-table mac address table
vlan Vlan information
asa5505(config)# show switch v
asa5505(config)# show switch vlan
VLAN Name Status Ports
---- -------------------------------- --------- -----------------------------
1 inside down Et0/1, Et0/2, Et0/3, Et0/4
Et0/5, Et0/6, Et0/7
2 outside down Et0/0
asa5505(config)#
asa5505(config)# show switch ma
asa5505(config)# show switch mac-address-table
Legend: Age - entry expiration time in seconds

Mac Address | VLAN | Type | Age | Port
-------------------------------------------------------
503d.e547.2669 | 0001 | static | - | In0/1
ffff.ffff.ffff | 0001 | static broadcast | - | In0/1,Et0/0-7
503d.e547.2668 | 0002 | static | - | In0/1
ffff.ffff.ffff | 0002 | static broadcast | - | In0/1,Et0/0-7
Total Entries: 4

asa5505(config)#

0 Replies 0