Avaya 1000 Series Configuration Manual page 339

Secure router
Hide thumbs Also See for 1000 Series:
Table of Contents

Advertisement

Packet Capture of VLAN Packet with Filter Rules
The following example show the configuration required to capture all the TCP traffic over VLAN
ID 10 with an ethertype of 0x8100 on Ethernet 0/1.
Host/debug/pcap > show-config
Packet capture global configurations:
======================================
Maximum size reserved for packet capture : 5120KB
Alloted for packet capture sessions : 0KB
Available for packet capture sessions : 5120KB
Maximum number of sessions allowed : 5
capture configuration session interface: buffer size total pkts
name : committed : active : (Kb) : captured :
================================================================================
================================================================================
Host/debug/pcap > access-list invlan10
Host/debug/pcap/access-list invlan10 > add permit tcp any any ethertype 0x8100 vlan
10
Host/debug/pcap/access-list invlan10 > exit
Host/debug/pcap > access-list outvlan10
Host/debug/pcap/access-list outvlan10 > add permit tcp any any ethertype 0x8100 vlan
10
Host/debug/pcap/access-list outvlan10 > exit
Host/debug/pcap > capture vlan10
Host/debug/pcap/capture vlan10 > attach ethernet 0/1
Host/debug/pcap/capture vlan10 > filter invlan10 in
Host/debug/pcap/capture vlan10 > filter outvlan10 out
Host/debug/pcap/capture vlan10 > wrap
Host/debug/pcap/capture vlan10 > direction both
Host/debug/pcap/capture vlan10 > commit
Host/debug/pcap/capture vlan10 > show-config
Packet Capture : vlan10
======================================
Interface attached : ethernet0/1
State : Disabled.
Configurations committed
Duration of session : 0 secs
Direction : IN, OUT
Buffer Wrap : ON
Capture all packets
Capture entire contents of each packet
Capture non-IP packets : ON
packets captured in this session : 0
Buffer size for this session : 1024KB
Inbound Filter : invlan10
Pcap Filter Rule List : invlan10
1. permit tcp any any
Outbound Filter : outvlan10
Pcap Filter Rule List : outvlan10
1. permit tcp any any
Host/debug/pcap/capture vlan10 > exit
Host/debug/pcap > show-config
Packet capture global configurations :
======================================
Maximum size reserved for packet capture : 5120KB
Alloted for packet capture sessions : 1024KB
Available for packet capture sessions : 4096KB
Maximum number of sessions allowed : 5
capture configuration session interface: buffer size total pkts
name : committed : active : (Kb) : captured :
================================================================================
vlan10 yes no ethernet0/1 1024 0
Avaya Secure Router 1000 Series Configuration Guide
December 2010
339

Advertisement

Table of Contents
loading

Table of Contents