hello
at the moment i have problem to capture traffic on Dialer interface which is assign to VDSL port and up load it in to wireshark file .i need to capture all IP traffic : I use following command that can capture only SIP traffic rest of other traffic are absent in the wire shark file .
can any one help me how can capture dialer int traffic on cisco IOS-XE platform Version 16.3.1a,
************************************************************************************
monitor capture IP control-plane both
monitor capture IP match any
monitor capture IP start
monitor capture IP stop
monitor capture IP export tftp://192.168.100.102/CAP.pcap
*****************************************************************************
i try following
1. try to use capture point but not available
CUBE4321#monitor capture ?
WORD Name of the Capture
clear Clear all Buffers
start Enable all capture points
stop Disable all capture points
2 .try to select dialer interface as capture ineterface but that not available
CUBE4321#monitor capture IP interface ?
ATM ATM interface
GigabitEthernet GigabitEthernet IEEE 802.3z
Multilink Multilink-group interface
Port-channel Ethernet Channel of interfaces
Tunnel Tunnel interface
Vlan Catalyst Vlans
range interface range command.
please any help me how can i export all VDSL traffic in to pcap file.
thanks