cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

show the number of connections of an IP address.

Jump to solution

I am using the 4430 as an ISP, and have no firewall. I am using both gig 0/1-2.. Can I show the number connections of an ip address.

ip classless

ip routing

!

!

ip name-server 8.8.8.8 4.2.2.2

!

!

no auto-config

!

event-history on

event-history priority error

no logging forwarding

no logging email

!

service password-encryption

!

username "hspoub.ewqk" password encrypted "4f95d0900edab565433daf99c1eec"

!

ip policy-timeout tcp telnet 14400

!

no ip firewall alg msn

no ip firewall alg mszone

no ip firewall alg h323

!

!

!

!

!

!

!

no dot11ap access-point-control

!

!

!

!

ip dhcp-server database local

!

ip dhcp-server pool "eth01"

  network 192.168.42.0 255.255.255.0

  default-router 192.168.42.1

!

!

!

!

!

!

!

no ethernet cfm

!

interface eth 0/1

  ip address  192.168.42.1  255.255.255.0

  shutdown

!

!

!

interface gigabit-eth 0/1

  description Up Stream

  encapsulation 802.1q

  no shutdown

!

interface gigabit-eth 0/1.318

  description Up Stream

  vlan-id 318

  ip address  zz.zz.zz.zz  255.255.255.248

  ip address  yy.yy.yy.yy  255.255.255.248  secondary

  ip address  yy.yy.yy.yy  255.255.255.240  secondary

  ip flow ingress

  no shutdown

!

interface gigabit-eth 0/2

  description Down Stream

  encapsulation 802.1q

  no shutdown

!

interface gigabit-eth 0/2.119

  vlan-id 119

  ip address xx.xx.xx.xx  255.255.255.240

  ip address  xx.xx.xx.xx  255.255.255.240  secondary

  ip address xx.xx.xx.xx  255.255.255.128  secondary

  ip flow ingress

 

  no shutdown

interface gigabit-eth 0/2.139

  vlan-id 139

  ip address  xx.xx.xx.xx  255.255.255.128

  ip address  xx.x.xx.xx  255.255.255.0  secondary

  ip address  xx.xx.xx.xx  255.255.255.0  secondary

  ip flow ingress

  no shutdown

interface gigabit-eth 0/2.619

  vlan-id 619

  ip address  xx.xx.xx.xx  255.255.255.240

  ip address  xx.xx.xx.xx  255.255.255.224  secondary

  ip flow ingress

  no shutdown

interface gigabit-eth 0/2.620

  vlan-id 620

  ip address xx.xx.xx.xx  255.255.255.240

  ip address  xx.xxx.xx.xx  255.255.255.224  secondary

  ip address xx.xx.xx.xx  255.255.255.240  secondary

  ip flow ingress

  no shutdown

!

!

!

!

!

!

!

!

!

ip route 0.0.0.0 0.0.0.0 zz.zz.zz.zz.zz

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: show the number of connections of an IP address.

Jump to solution

Herb,

Unfortunately, without the firewall on, the router is not keeping track of open sessions going through it. Do you want to see the connections hitting the WAN IP of the 4430 or connections coming from the LAN?

Let us know if you have any questions.

Thanks,

Noor

View solution in original post

0 Kudos
2 Replies
Anonymous
Not applicable

Re: show the number of connections of an IP address.

Jump to solution

Herb,

Unfortunately, without the firewall on, the router is not keeping track of open sessions going through it. Do you want to see the connections hitting the WAN IP of the 4430 or connections coming from the LAN?

Let us know if you have any questions.

Thanks,

Noor

0 Kudos
Anonymous
Not applicable

Re: show the number of connections of an IP address.

Jump to solution

As I suspected.

Thank you