Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 6500 FWSM config

Status
Not open for further replies.

zaradell

Technical User
Dec 21, 2007
77
0
0
PT
Good afternoon to you all

I need your help

I´m trying to gather some data about our FWSM config...the problem is that I´ve never worked with it, and I don´t know it´s syntax and I´m not very familiar with failover, contexts, and so on... I´ll post the FWSM´s config and I wanted to ask you for help deciphering what each command is doing.

I would really apreciate your help:

#########################################################
FWSM-KAT# show runn
: Saved
:
FWSM Version 3.1(10) <system>
!
resource acl-partition 12
hostname FWSM-KAT
enable password fgfg7fGFDD2 encrypted
passwd dfd83FE56 encrypted
!
interface Vlan7
description LAN Failover Interface
!
interface Vlan8
description STATE Failover Interface
!
interface Vlan17
description Admin Context
!
interface Vlan18
description Backend Context
!
class default
limit-resource IPSec 5
limit-resource Mac-addresses 65535
limit-resource ASDM 5
limit-resource SSH 5
limit-resource Telnet 5
limit-resource All 0
!

ftp mode passive
pager lines 24
failover
failover lan unit primary
failover lan interface FAILLINK Vlan7
failover key *****
failover replication http
failover link STATELINK Vlan8
failover interface ip FAILLINK 10.1XX.XXX.XXX 255.255.255.252 standby 10.1XX.XXX.XXX
failover interface ip STATELINK 10.1XX.XXX.XXX 255.255.255.252 standby 10.1XX.XXX.XXX
failover group 1
preempt
replication http
interface-policy 50
failover group 2
preempt
replication http
interface-policy 50
no asdm history enable
arp timeout 14400
console timeout 0

admin-context admin
context admin
config-url disk:/admin.cfg
!

context contexta
description Contexto Admin
allocate-interface Vlan17
config-url disk:/contexta.cfg
join-failover-group 1
!

context Backend
description Backend Context
allocate-interface Vlan18
config-url disk:/backend.cfg
join-failover-group 1
!

prompt hostname context
Cryptochecksum:ea63ca2bca49e5166e6546757016c6ac
: end
#########################################################
 
Also, you may also want to post in the Cisco ASA forum---the OS on the FWSM is very similar to Finesse (on the PIX and ASA).

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top