whats the difference between ipbase ios and ipservices.
Even i updated the WS-C3750E-48TD-S with ip base on cisco switch and configured the swtich wiht net flow commands
ip net flow commands working fine but i am unable to see the packets from switch and unable to monitor the net flow.
interface Vlan1
ip route-cache flow
ip flow ingress
ip address 10.144.108.1 255.255.255.0
ip access-group TEST in
ip access-group TEST out
ip accounting output-packets
!
interface Vlan2
ip route-cache flow
ip flow ingress
ip flow egress
ip address 10.144.0.100 255.255.255.0
!
ip flow-export version 5
ip flow-export destination 10.144.108.212 2055
ip flow-top-talkers
top 50
sort-by packets
!
ip route 0.0.0.0 0.0.0.0 10.144.0.1
!
ip access-list extended TEST
permit icmp any any log
permit tcp any any log
permit udp any any log
permit ip any any log
!
l
!
snmp-server community private RW
snmp-server enable traps syslog
snmp-server host 10.144.108.212 version 2c private
snmp ifmib ifindex persist
!
!
whats the issue please help me out!