Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
ate shit on live tv
Feb 15, 2004

by Azathoth
Lets say we have some remote offices and we are going to connect back to our datacenter via some ipsec tunnels. The offices are using SRX240s HA setup, and the datacenter is using two standalone SRX1400s. I created two ipsec tunnels, with dynamic endpoints one to each datacenter device, and they've come up and I can ping across them nicely. Now what routing protocol should I use?

I tried OSPF because that is what we run everywhere, but the datacenter SRX public IPs are in our OSPF domain, additionally these tunnels are just for management traffic, local user traffic should follow the default route out to the internet. User traffic bound for our datacenter should be over their own OpenVPN connection. I also just want to inject a single summary route for each office. e.g. Office 1 would be 10.1.0.0/16 Office 2 would be 10.2.0.0/16 etc.

So what's the best way to do that? I don't think OSPF allows the type of filtering or summarization that I'd like, but maybe I just don't know how to do it. This is all Juniper so route filtering in OSPF is limited to the RFC.

Adbot
ADBOT LOVES YOU

ElCondemn
Aug 7, 2005


Powercrazy posted:

Lets say we have some remote offices and we are going to connect back to our datacenter via some ipsec tunnels. The offices are using SRX240s HA setup, and the datacenter is using two standalone SRX1400s. I created two ipsec tunnels, with dynamic endpoints one to each datacenter device, and they've come up and I can ping across them nicely. Now what routing protocol should I use?

I tried OSPF because that is what we run everywhere, but the datacenter SRX public IPs are in our OSPF domain, additionally these tunnels are just for management traffic, local user traffic should follow the default route out to the internet. User traffic bound for our datacenter should be over their own OpenVPN connection. I also just want to inject a single summary route for each office. e.g. Office 1 would be 10.1.0.0/16 Office 2 would be 10.2.0.0/16 etc.

So what's the best way to do that? I don't think OSPF allows the type of filtering or summarization that I'd like, but maybe I just don't know how to do it. This is all Juniper so route filtering in OSPF is limited to the RFC.

If it's just a single site and you don't intend to route office 2 through office 1 for any reason, I'd just use static routes.

As for OSPF on the SRXes, in your case if you really wanted to use a routing protocol I'd suggest creating a separate area for inter-site connectivity and only distribute the private subnets.

less than three
Aug 9, 2007



Fallen Rib
When typing "clear counters interface gi0/1" it asks you to confirm if you really want to reset the counters.
If's it's a sleepy Monday morning and you instead type "clear interface gi0/1" it will gladly without confirmation reset the interface and take all your users offline. :eng99:

Thanks Ants
May 21, 2004

#essereFerrari


commit confirmed needs to be stolen by every other vendor.

ate shit on live tv
Feb 15, 2004

by Azathoth

Thanks Ants posted:

commit confirmed needs to be stolen by every other vendor.

Cisco has had Commit Confirmed since like IOS 9. Simply write a TCL script.....

Partycat
Oct 25, 2004

Huh... Clear counters is run from just non configuration mode, default interface from config. Not sure what you did.

My fav is adding a new vlan and typing 'switchport trunk allowed vlan #' . Time to get the car keys and serial cable. Whoops.

adorai
Nov 2, 2002

10/27/04 Never forget
Grimey Drawer

Partycat posted:

Huh... Clear counters is run from just non configuration mode, default interface from config. Not sure what you did.

My fav is adding a new vlan and typing 'switchport trunk allowed vlan #' . Time to get the car keys and serial cable. Whoops.

I've done this once and learned an important lesson.

CrazyLittle
Sep 11, 2001





Clapping Larry

adorai posted:

I've done this once and learned an important lesson.

:same:

Ahh the gas-powered serial cable fallback method.

ate shit on live tv
Feb 15, 2004

by Azathoth

Partycat posted:

My fav is adding a new vlan and typing 'switchport trunk allowed vlan #' . Time to get the car keys and serial cable. Whoops.

I too have done this. Luckily it didn't cut off my access but it did gently caress up an oracle db sync.

The db team tried to make a stink but they were at the CM meeting and approved the change window so gently caress them. It did royally gently caress up the db though.

ragzilla
Sep 9, 2005
don't ask me, i only work here


Partycat posted:

Huh... Clear counters is run from just non configuration mode, default interface from config. Not sure what you did.

My fav is adding a new vlan and typing 'switchport trunk allowed vlan #' . Time to get the car keys and serial cable. Whoops.

The "clear interface" exec command will reset the hardware controller for the specified interface, which is similar to a shut/no shut on the specified interface.

Partycat
Oct 25, 2004

ragzilla posted:

The "clear interface" exec command will reset the hardware controller for the specified interface, which is similar to a shut/no shut on the specified interface.

Thanks for telling me before I tried it this morning and annoyed some people! Or maybe I will..... Hmm....

psydude
Apr 1, 2008

I'm the guy who fat fingered wr e instead of wr mem on an ASA during an overnight change window. Fortunately I made a backup of the config before the final write.

1000101
May 14, 2003

BIRTHDAY BIRTHDAY BIRTHDAY BIRTHDAY BIRTHDAY BIRTHDAY FRUITCAKE!

psydude posted:

I'm the guy who fat fingered wr e instead of wr mem on an ASA during an overnight change window. Fortunately I made a backup of the config before the final write.

It sounds like you need http://www.shrubbery.net/rancid/ or https://github.com/ytti/oxidized

ragzilla
Sep 9, 2005
don't ask me, i only work here



On this subject, has anyone here tried oxidized yet?

falz
Jan 29, 2005

01100110 01100001 01101100 01111010

ragzilla posted:

On this subject, has anyone here tried oxidized yet?

It's supported device list seems sane. Dunno about the Ruby on rails or whatever dev environment though. I'll stick with ghetto expect scripts and perl I guess.

ragzilla
Sep 9, 2005
don't ask me, i only work here


falz posted:

It's supported device list seems sane. Dunno about the Ruby on rails or whatever dev environment though. I'll stick with ghetto expect scripts and perl I guess.

I'm partial to the native multi threading/scheduling (so I don't need to do my own rancid hacks to either set parallel ridiculously high, or do my own consistent hash to bucket things out and spread load), and the better built in functionality for pushing stuff to top of queue (instead of running rancid-run yourself from sec). Oh and being able to add/remove devices through an API instead of reading/writing the db files and pushing to $scm.

the real blah
Oct 31, 2010

Rancid has saved my rear end more than a few times. Even when you automatically make changes to device config literally (yes) every 45 seconds (don't ask.) It's great being able to revert to arbitrary times in the past. I'll have to look at oxidized though. It sounds interesting, although it may be missing some devices I need. I'll have to see how easy it is to drop in some custom devices.

Richard Noggin
Jun 6, 2005
Redneck By Default

ragzilla posted:

On this subject, has anyone here tried oxidized yet?

Yup. We have it integrated with LibreNMS. Works fine for our needs, although we're a small Cisco shop.

Sepist
Dec 26, 2005

FUCK BITCHES, ROUTE PACKETS

Gravy Boat 2k
Anyone running BYOD in their network with Cisco wlc's and ISE? I'm trying to figure out if the acl referenced in the radius access-accept should have deny's for the traffic I want to send to ISE self registration portal or permits. Doesn't seem like either are working but I won't really know for sure until further testing Monday.

psydude
Apr 1, 2008

Whoever it was Cisco who approved rail kits for the Nexus switches with the one hole that's just too small for M6 screws should be fired out of a cannon into the sun.

Kazinsal
Dec 13, 2011



poo poo, that reminds me. Is there any good way to get any practice in with Nexus gear without actually having access to Nexus gear? I'm starting a new job as a network implementation guy for a Cisco partner and I just realized that means I'll probably end up working with Nexus switches on larger projects. I have plenty of IOS and ASA experience but no NX-OS experience at all.

Basically what I'm looking for is something a la GNS3 for Nexus kit.

less than three
Aug 9, 2007



Fallen Rib

Kazinsal posted:

poo poo, that reminds me. Is there any good way to get any practice in with Nexus gear without actually having access to Nexus gear? I'm starting a new job as a network implementation guy for a Cisco partner and I just realized that means I'll probably end up working with Nexus switches on larger projects. I have plenty of IOS and ASA experience but no NX-OS experience at all.

Basically what I'm looking for is something a la GNS3 for Nexus kit.

http://virl.cisco.com/

psydude
Apr 1, 2008

Kazinsal posted:

poo poo, that reminds me. Is there any good way to get any practice in with Nexus gear without actually having access to Nexus gear? I'm starting a new job as a network implementation guy for a Cisco partner and I just realized that means I'll probably end up working with Nexus switches on larger projects. I have plenty of IOS and ASA experience but no NX-OS experience at all.

Basically what I'm looking for is something a la GNS3 for Nexus kit.

NX-OS is basically a mixture of IOS and ASA. Biggest thing is that it's modular, so you load features as you need them. Also, VLANs don't work unless you explicitly call them with the VLAN command.

Otherwise, VDCs are the same as security contexts and there's no more do command.

psydude
Apr 1, 2008

Can we take a second to talk about how loving dumb the rack mounts for the 6807s are.

FatCow
Apr 22, 2002
I MAP THE FUCK OUT OF PEOPLE
Better than the 2 post rack mounting solution for the 1U 9300s.

Put it on a shelf

psydude
Apr 1, 2008

FatCow posted:

Better than the 2 post rack mounting solution for the 1U 9300s.

Put it on a shelf

Agreed. Unfortunately this is customer equipment so I have what I have. Although I'll probably tell presales to start selling shelves with them.

Eletriarnation
Apr 6, 2005

People don't appreciate the substance of things...
objects in space.


Oven Wrangler
One of the smaller CRS chassis, I think it's the 8-slot, had the screw holes on the rails set so far back that any normal screwdriver's handle would run into the frame of the rack or the chassis itself trying to get lined up on a screw. The only options appeared to be either getting one of those really short stubby ones and stuffing your hand entirely into the rack with it around the corner of the chassis, or what I happened to have which was a screwdriver with an 18" shaft. I still don't know if I was missing something while installing them or if having an 18" screwdriver on hand was actually the recommended method.

Syano
Jul 13, 2005
Why, after site power failures, do switches sometimes have to be power cycled to restore service. Its friggin annoying and takes up so much time.

falz
Jan 29, 2005

01100110 01100001 01101100 01111010
What lovely switch is that? What does the local serial console say when it's not functioning?

Syano
Jul 13, 2005
3560s. I've got thousands of them in the field and it's usually the SFP slots that don't come up right. Usually more effort to get someone who knows what they are doing to console into the thing and tell me whats going on than to just have a site person power cycle.

Thanks Ants
May 21, 2004

#essereFerrari


Is there a pattern with SFP types and not coming up?

chestnut santabag
Jul 3, 2006

Sounds like it could also be an IOS bug - I've run into bugs where SFP ports don't come up after a device boots.

FatCow
Apr 22, 2002
I MAP THE FUCK OUT OF PEOPLE
err-disable from broadcast storms?

Partycat
Oct 25, 2004

They used to bug out and come up with the speed and duplex saying 'auto' even though they are running. Then the etherchannel doesn't bundle. Probably fucks up spanning tree too. IOS upgrade fixed that.

Our collection of 'G' series items are starting to show tcam and flash failures, which will also often cause reload failure and require a power cycle. Lifetime replacement on those ends soon.

Syano
Jul 13, 2005
It's probably the ports in err disable. More of an annoyance than anything

chestnut santabag
Jul 3, 2006

If you're rebooting switches because of err-disabled ports then enabling err-disable recovery will make them fix themselves automatically after a few minutes.

Partycat
Oct 25, 2004

Yeah it's not that. There is some horseshit with the controller where they will struggle between down and 1000M for a bit, then run at 100M. Reload clears it. No idea, the cause seems to have something to do with the attached cable and ohmic properties but I can't be bothered to figure it out. Moving it to a new port is faster.

Zero VGS
Aug 16, 2002
ASK ME ABOUT HOW HUMAN LIVES THAT MADE VIDEO GAME CONTROLLERS ARE WORTH MORE
Lipstick Apathy
I have one Core Switch with 16 edge switches going into it. All are Procurve. I just fired up a new VoIP phone system yesterday, and now with 50 simultaneous calls today I'm seeing around 2% packet loss reported by our phone server per call.

What is going on? A packet storm or something? Or are the switches just not able to switch this much bandwidth? I'm calling in a network tech for help but yeah I'd at least like to get a handle on what's going on here:

code:
CoreSwitch-A# show int

 Status and Counters - Port Counters

                                                                     Flow Bcast
  Port       Total Bytes    Total Frames   Errors Rx    Drops Tx     Ctrl Limit
  ---------- -------------- -------------- ------------ ------------ ---- -----
  1          1,351,137,638  4,164,670,029  0            0            off  0
  2          3,038,784,499  3,108,835,601  0            0            off  0
  3          3,014,949,998  1,702,718,881  0            0            off  0
  4          3,398,070,432  1,027,634,602  0            0            off  0
  5          106,706,757    3,082,450,588  0            0            off  0
  6          2,369,598,538  3,626,213,684  0            0            off  0
  7          2,627,170,171  3,443,629,150  0            0            off  0
  8          1,118,192,341  3,597,834,115  0            0            off  0
  9          1,944,052,710  2,241,100,147  0            0            off  0
  10         0              0              0            0            off  0
  11         1,392,567,355  3,997,638,598  0            0            off  0
  12         1,638,985,834  232,549,145    0            0            off  0
  13         3,069,514,148  2,252,378,572  0            0            off  0
  14         1,320,651,239  3,090,228,143  0            0            off  0
  15         3,895,665,760  1,021,745,767  0            0            off  0
  16         155,564,767    1,375,587,541  0            797,525      off  0
  17         946,407,957    1,461,276,289  0            0            off  0
  41         0              0              0            0            off  0
  19         1,911,181,356  4,164,887,483  0            0            off  0
  20         1,124,725,272  154,386,733    0            12,561       off  0
  21         3,887,625,029  192,432,696    0            12,581       off  0
  22         1,825,621,748  232,122,833    0            12,610       off  0
  23         1,124,939,440  154,387,613    0            12,562       off  0
  24         3,634,881,090  2,230,953,107  0            0            off  0
  25         3,802,611,418  2,499,630,953  0            0            off  0
  26         3,502,104,709  460,076,750    0            0            off  0
  27         2,854,212,397  693,846,747    0            0            off  0
  28         4,073,778,524  1,550,907,580  0            0            off  0
  29         156,568,704    1,375,597,020  0            797,315      off  0
  30         2,246,386,187  1,354,851,625  0            0            off  0
  31         2,508,719,163  803,985,873    0            0            off  0
  32         522,104,005    2,257,238,263  0            0            off  0
  33         0              0              0            0            off  0
  34         1,840,877,940  2,039,282,833  0            0            off  0
  35         0              0              0            0            off  0
  36         0              0              0            0            off  0
  37         1,825,120,448  198,343,373    0            12,561       off  0
  38         1,853,483,146  202,979,829    0            12,562       off  0
  39         1,661,727,769  2,184,820,971  0            12,930       off  0
  40         3,348,782,493  3,995,114,628  0            13,935       off  0
  42         4,199,094,506  3,006,982,446  0            0            off  0
  43         2,859,460,622  3,190,526,506  0            0            off  0
  44         65,435,831     162,816,886    0            0            off  0
  45         3,891,236,617  3,875,474,314  0            0            off  0
  46         2,692,413,882  112,665,413    0            12,561       off  0
  47         1,132,825,293  3,276,645,223  0            0            off  0
  48         1,113,689,534  845,683,052    0            0            off  0
Edit: Whups, those counts might not even be accurate as I haven't rebooted in a few months and I can't figure out how to reset the counter.

Zero VGS fucked around with this message at 16:11 on Aug 2, 2016

Thanks Ants
May 21, 2004

#essereFerrari


What are the switch models and how many clients are you connecting to each port (as in how big are the 'edge' switches)?

Adbot
ADBOT LOVES YOU

Zero VGS
Aug 16, 2002
ASK ME ABOUT HOW HUMAN LIVES THAT MADE VIDEO GAME CONTROLLERS ARE WORTH MORE
Lipstick Apathy

Thanks Ants posted:

What are the switch models and how many clients are you connecting to each port (as in how big are the 'edge' switches)?

The core switch is HP J8693A Switch 3500yl-48G 48 of the gig ports with 10k uplink

The edge switches are ProCurve J9089A Switch 2610-48-PWR, 48 of the 100mbit ports with gig uplink

Some edge switches have up to all 48 ports used but they average maybe 30 each.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply