Installation
nac_v8.2.0
Search this version
Installation
Installation
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
HP Layer 3 Integration Script (3800)
Copy Markdown
Open in ChatGPT
Open in Claude
This document provides scripts required to complete the installation of the NAC Solution
NAC Router Integration Script
NOTE – This script includes CAM configuration for PBR which requires a switch reload. The reload command is part of the script so the switch will reload when the script is run.
config
!
class ipv4 impulse_block
remark allow-dns
ignore udp any any eq 53
remark allow-dhcp
ignore udp any any eq 68
remark allow access to AD server
ignore ip any x.x.x.x (Replace with IP of AD server and remove this comment)
remark allow access to AV server
ignore ip any x.x.x.x (Replace with IP of AV server and remove this comment)
remark allow-rdp
ignore tcp any eq 3389 any
match ip any 198.31.193.211/32
exit
!
policy pbr impulse
class ipv4 impulse_block
action ip next-hop x.x.x.x (replace x.x.x.x with IP of NAC appliance and remove this comment)
exit
!
vlan x (Layer 3 interface(s) which is/are default gateway for subnet(s) to be placed under policy – recommend a test subnet first, remove this comment)
service-policy impulse in
!
sflow 1 destination x.x.x.x 50001 (replace x.x.x.x with IP of NAC appliance and remove this comment)
sflow 1 polling x 20 (Layer 2 interface(s) for any layer 3 interface with the class applied, remove this comment)
sflow 1 sampling x 50 (Layer 2 interface(s) for any layer 3 interface with the class applied, remove this comment)
!
wr me
!
exit
*Note – Be sure to also allow the NAC Enforcer access to the router if a VTY/SSH access-list is present on the router.
Last updated on
Was this page helpful?
Next to read:
HP Layer 3 Integration Script (5400/8200)null
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
On This Page