Ever wondered what is the maximum route metric value you can configure on Linux? man interface and man ip state that route metric is a number, but don’t specify its range.
# ip route add 192.168.113.0/24 via 10.0.10.1 metric 0 # ip route add 192.168.113.0/24 via 10.0.10.1 metric 4294967295 # ip route add 192.168.113.0/24 via 10.0.10.1 metric 4294967296 Error: argument "4294967296" is wrong: "metric" value is invalid # ip route 192.168.113.0/24 via 10.0.10.1 dev eth0 192.168.113.0/24 via 10.0.10.1 dev eth0 metric 4294967295
It looks like Linux route metric is an unsigned 32-bit integer, ranging from 0 to 4294967295. As you already know a route with the lowest metric is preferred.
This is one of those ‘I must be living under a rock’ things. I’m not sure how I’ve never heard of TMUX before but it’s really pretty awesome. I initially came across it when searching for a way to share a terminal session with another user. It does that quite well but it’s also a great terminal session manager allowing for pane, window, and session management. Let’s take a look at a quick example to show you what I mean.
Here we have a server called ‘tmuxtest’. The server already has TMUX on it by default but if it’s not there you can easily install it (sudo apt-get install tmux, etc). So let’s say I want to start a new session. The easiest way to do this is to just type ‘tmux’..
Now we’re in TMUX. We are in what’s called a ‘session’. The session can contain multiple panes and multiple windows. For instance, if I wanted to create a second pane I could do by pressing ‘Ctrl-b + %’…
Notice that the screen on the right, the new one, has a green boarder around it. That’s my active screen. Now if I want to split this screen horizontally Continue reading
I will be speaking at the CCDE Techtorial at Cisco Live in Berlin February 20-24 (just a few short weeks away)! Come by and hang out, or meet Elaine and I for lunch on Tuesday to talk about the CCDE.
The post Cisco Live Berlin appeared first on 'net work.
I will be speaking at the CCDE Techtorial at Cisco Live in Berlin February 20-24 (just a few short weeks away)! Come by and hang out, or meet Elaine and I for lunch on Tuesday to talk about the CCDE.
The post Cisco Live Berlin appeared first on 'net work.
Packet loss with Fast Reroute Do we still lose packet with fast reroute? One of my students asked me this question. And I would like to share the answer with everyone. Before we discuss whether or not we lose packet with fast reroute mechanisms, let’s remember what fast reroute is. It is pertinent to know […]
The post Packet loss with Fast Reroute appeared first on Cisco Network Design and Architecture | CCDE Bootcamp | orhanergun.net.
The AI arms race continues.
The post Worth Reading: Tier 1 carrier performance report appeared first on 'net work.
The post Worth Reading: Tier 1 carrier performance report appeared first on 'net work.
Offloading GPU cycles could be a sharp idea.
Ericsson does CloudRAN R&D with China Mobile; Korean operator rolls out Juniper routers in advance of 5G.
The Linux Foundation's new moniker for the project is OpenECOMP.