
15-18
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 5.0
78-16527-01
Chapter 15 Configuring IDSM-2
Configuring the Catalyst Series 6500 Switch for IDSM-2 in Inline Mode
Cisco IOS Software
Note
Cisco IOS software 12.2(18)SXE with Supervisor Engine 720 supports only one IDSM-2 inline between
two VLANs.
Configure the IDSM-2 monitoring ports as access ports for inline operation.
Note
Etherchannelling inline IDSM-2 is not yet supported in Cisco IOS.
To configure inline VLANs, follow these steps:
Step 1
Log in to the console.
Step 2
Enter global configuration mode:
router#
configure terminal
Step 3
Create two VLANs, one for each side of the inline IDSM-2:
router(config)#
vlan
vlan_number
router(config)#
name
vlan_name
router(config)#
exit
router#
exit
Step 4
Configure an IOS access port for each interface on each inline VLAN, if you have not done so already:
a.
Enter global configuration mode:
router#
configure terminal
b.
Select the IOS interface to be configured:
router(config)#
interface
interface_name
c.
Enter a description so you know what the interface is for:
router(config-if)#
description
description
d.
Configure the interface as a layer 2 switchport:
router(config-if)#
switchport
e.
Configure the access mode VLAN:
router(config-if)#
switchport access vlan
vlan_number
f.
Configure the interface/port to be an access port:
router(config-if)#
switchport mode access
g.
Exit global configuration mode:
router(config-if)#
exit
router#
exit
Step 5
Configure one IDSM-2 data port to be on each of the two VLANs you created in Step 3.
router#
configure terminal
router(config)#
intrusion-detection module
slot_number
data-port
data_port_number
access-vlan
vlan_number
router(config)#
exit