IBM Tivoli and Cisco User Manual

Page 371

Advertising
background image

Chapter 7. Network enforcement subsystem implementation

353

Example of interface configuration for CAM interface:

interface FastEthernet1/0/18
description **CAM Interface**
switchport access vlan 9
switchport mode access
spanning-tree portfast
!

Example of interface configuration for Untrusted CAS interface:

interface FastEthernet1/0/4
description **Untrusted Interface CCA Server**
switchport trunk encapsulation dot1q
switchport trunk native vlan 998
switchport trunk allowed vlan 120,998
switchport mode trunk
spanning-tree portfast
!

Example of interface configuration for Trusted CAS interface:

interface FastEthernet1/0/16
description **Trusted Interface CCA Server**
switchport trunk encapsulation dot1q
switchport trunk native vlan 999
switchport trunk allowed vlan 10,20,999
switchport mode trunk
spanning-tree portfast
!

Example of VLAN/SVI configuration:

interface Vlan9
ip address 192.168.9.1 255.255.255.0
!
interface Vlan10
ip address 192.168.10.7 255.255.255.0
!
interface Vlan20
ip address 192.168.20.1 255.255.255.0
!
interface Vlan120
no ip address
!
interface Vlan998
no ip address
!
interface Vlan999
no ip address
!

Advertising