Re: [j-nsp] Command to see multicast packet size

2013-02-08 Thread Antonio Sanchez-Monge
Hi,

show multicast route extensive

Ato
-Original Message-
From: juniper-nsp-boun...@puck.nether.net 
[mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Riccardo S
Sent: Friday, February 08, 2013 3:33 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] Command to see multicast packet size


Hi
is there in Junos the equivalent command as in IOS:

show ip mroute x.x.x.x count

where you can see the packet size of the flow ?


Example

#sh ip mroute 224.1.2.3 count
IP Multicast Statistics
1004 routes using 445962 bytes of memory
152 groups, 5.60 average sources per group Forwarding Counts: Pkt Count/Pkts 
per second/Avg Pkt Size/Kilobits per second Other counts: Total/RPF 
failed/Other drops(OIF-null, rate-limit etc)

Group: 224.1.2.3, Source count: 1, Packets forwarded: 34050, Packets received: 
34050
  RP-tree: Forwarding: 2/0/36/0, Other: 2/0/0
  Source: 1.2.3.4/32, Forwarding: 34048/1/53/0, Other: 34048/0/0

Thanks
  
___
juniper-nsp mailing list juniper-nsp@puck.nether.net 
https://puck.nether.net/mailman/listinfo/juniper-nsp



___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] Command to see multicast packet size

2013-02-08 Thread Antonio Sanchez-Monge
You probably need a filter like this:

configure
set firewall family inet filter myFilter term myFlow from source-address 
1.2.3.4/32
set firewall family inet filter myFilter term myFlow from source-address 
224.1.2.3/32
set firewall family inet filter myFilter term myFlow then count myFlowCount
set firewall family inet filter myFilter term myFlow then accept
set firewall family inet filter myFilter term Rest then accept
set forwarding-options family inet filter input myFilter
commit and-quit

show firewall filter myFilter


From: Riccardo S [mailto:dim0...@hotmail.com]
Sent: Friday, February 08, 2013 3:42 PM
To: Antonio Sanchez-Monge; juniper-nsp@puck.nether.net
Subject: RE: [j-nsp] Command to see multicast packet size

Hi
I saw it but no info is found related to the average pkt size...

 show multicast route extensive group 224.1.2.3
Group: 224.1.2.3
Source: 1.2.3.4/32
Upstream interface: ae0.811
Downstream interface list:
gr-1/1/0.1245
Session description: Unknown
Statistics: 0 kBps, 1 pps, 35231 packets
Next-hop ID: 1048577
Upstream protocol: PIM
Route state: Active
Forwarding state: Forwarding
Cache lifetime/timeout: 360 seconds
Wrong incoming interface notifications: 0
Uptime: 09:40:25

Tks

 From: amo...@juniper.netmailto:amo...@juniper.net
 To: dim0...@hotmail.commailto:dim0...@hotmail.com; 
 juniper-nsp@puck.nether.netmailto:juniper-nsp@puck.nether.net
 Subject: RE: [j-nsp] Command to see multicast packet size
 Date: Fri, 8 Feb 2013 14:35:36 +

 Hi,

 show multicast route extensive

 Ato
 -Original Message-
 From: 
 juniper-nsp-boun...@puck.nether.netmailto:juniper-nsp-boun...@puck.nether.net
  [mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Riccardo S
 Sent: Friday, February 08, 2013 3:33 PM
 To: juniper-nsp@puck.nether.netmailto:juniper-nsp@puck.nether.net
 Subject: [j-nsp] Command to see multicast packet size


 Hi
 is there in Junos the equivalent command as in IOS:

 show ip mroute x.x.x.x count

 where you can see the packet size of the flow ?


 Example

 #sh ip mroute 224.1.2.3 count
 IP Multicast Statistics
 1004 routes using 445962 bytes of memory
 152 groups, 5.60 average sources per group Forwarding Counts: Pkt Count/Pkts 
 per second/Avg Pkt Size/Kilobits per second Other counts: Total/RPF 
 failed/Other drops(OIF-null, rate-limit etc)

 Group: 224.1.2.3, Source count: 1, Packets forwarded: 34050, Packets 
 received: 34050
 RP-tree: Forwarding: 2/0/36/0, Other: 2/0/0
 Source: 1.2.3.4/32, Forwarding: 34048/1/53/0, Other: 34048/0/0

 Thanks

 ___
 juniper-nsp mailing list 
 juniper-nsp@puck.nether.netmailto:juniper-nsp@puck.nether.net 
 https://puck.nether.net/mailman/listinfo/juniper-nsp


___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] Command to see multicast packet size

2013-02-08 Thread Riccardo S

ok this is not exactly the same as in IOS, this is an ACL with logging

hence not so immediate for any mcast flow...

Any other idea ?

Tks

From: amo...@juniper.net
To: dim0...@hotmail.com; juniper-nsp@puck.nether.net
Subject: RE: [j-nsp] Command to see multicast packet size
Date: Fri, 8 Feb 2013 14:48:02 +









You probably need a filter like this:
 
configure
set firewall family inet filter myFilter term myFlow from source-address 
1.2.3.4/32

set firewall family inet filter myFilter term myFlow from source-address 
224.1.2.3/32

set firewall family inet filter myFilter term myFlow then count myFlowCount
set firewall family inet filter myFilter term myFlow then accept
set firewall family inet filter myFilter term Rest then accept
set forwarding-options family inet filter input myFilter
commit and-quit
 
show firewall filter myFilter

 
 


From: Riccardo S [mailto:dim0...@hotmail.com]


Sent: Friday, February 08, 2013 3:42 PM

To: Antonio Sanchez-Monge; juniper-nsp@puck.nether.net

Subject: RE: [j-nsp] Command to see multicast packet size


 

Hi

I saw it but no info is found related to the average pkt size...



 show multicast route extensive group 224.1.2.3

Group: 224.1.2.3

Source: 1.2.3.4/32 

Upstream interface: ae0.811

Downstream interface list: 

gr-1/1/0.1245

Session description: Unknown

Statistics: 0 kBps, 1 pps, 35231 packets

Next-hop ID: 1048577

Upstream protocol: PIM

Route state: Active

Forwarding state: Forwarding

Cache lifetime/timeout: 360 seconds

Wrong incoming interface notifications: 0

Uptime: 09:40:25



Tks





 From:
amo...@juniper.net

 To: dim0...@hotmail.com; 
juniper-nsp@puck.nether.net

 Subject: RE: [j-nsp] Command to see multicast packet size

 Date: Fri, 8 Feb 2013 14:35:36 +

 

 Hi,

 

 show multicast route extensive

 

 Ato

 -Original Message-

 From: juniper-nsp-boun...@puck.nether.net 
 [mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of Riccardo S

 Sent: Friday, February 08, 2013 3:33 PM

 To: juniper-nsp@puck.nether.net

 Subject: [j-nsp] Command to see multicast packet size

 

 

 Hi

 is there in Junos the equivalent command as in IOS:

 

 show ip mroute x.x.x.x count

 

 where you can see the packet size of the flow ?

 

 

 Example

 

 #sh ip mroute 224.1.2.3 count

 IP Multicast Statistics

 1004 routes using 445962 bytes of memory

 152 groups, 5.60 average sources per group Forwarding Counts: Pkt Count/Pkts 
 per second/Avg Pkt Size/Kilobits per second Other counts: Total/RPF 
 failed/Other drops(OIF-null, rate-limit etc)

 

 Group: 224.1.2.3, Source count: 1, Packets forwarded: 34050, Packets 
 received: 34050

 RP-tree: Forwarding: 2/0/36/0, Other: 2/0/0

 Source: 1.2.3.4/32, Forwarding: 34048/1/53/0, Other: 34048/0/0

 

 Thanks

 

 ___

 juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

 

 


  
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] EX4200-48PX/PoE+

2013-02-08 Thread JP Velders

 Date: Thu, 7 Feb 2013 09:33:18 +
 From: Nikolay Abromov nabro...@gmail.com
 Subject: [j-nsp] EX4200-48PX/PoE+


 However, the PoE budget is equal to 740 W, which means PoE (740/48 = 
 15.4). I am really confused. Does this platform support full PoE+ on 
 all 48 ports or it does support it only as protocol, but doesn't 
 have enough power to provide 30W on each port (which means 1440 W 
 for PoE budget).

The EX4200 930W PSU's have 740W PoE(+) budget. If you need the full 48 
port PoE+ usage, I'd use two PSU's. The EX4200 line supports two PSU's 
inside of the chassis itself (not some external RPS) after all, but do 
remember to set priorities for the ports in regards to PoE(+) in case 
a PSU or feed fails.

Also note that through LLDP-MED's a lot of VoIP phones (and hopefully 
other PoE-capable devices) are able to do more granular signaling of 
their power needs then Class 1-3 or more, giving you more headroom in 
regards to PoE(+) budget.

Kind regards,
JP Velders
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] Juniper MX2020 operational experience?

2013-02-08 Thread Brent Sweeny
now that the MX2020 has been out for a few months, can anyone share
operational experience with it? how has it gone, after all? How does the
short- to medium-term future look for it and its smaller sister, the 2010?

thanks!
Brent Sweeny, Indiana University
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] Juniper MX2020 operational experience?

2013-02-08 Thread Phil Bedard
Its not really out, we are getting a demo unit fairly soon. Vendors
have been terrible about announcing gear which isn't available for some
time. From: Brent Sweeny
Sent: 2/8/2013 16:41
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] Juniper MX2020 operational experience?
now that the MX2020 has been out for a few months, can anyone share
operational experience with it? how has it gone, after all? How does the
short- to medium-term future look for it and its smaller sister, the 2010?

thanks!
Brent Sweeny, Indiana University
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp