|
 |
-
1.
Omniswitch 6900 VLAN translaction
-
(Networking)
-
...
PORT 1/9 & PORT 1/7 - Trunks ports to a server or other VLAN aware device (switch/router). Frames are represented as tagged frames with VLAN 900.
ethernet-service nni port 1/9
ethernet-service ...
-
Created on 03 February 2016
-
2.
L3VPN on Cisco XR - without MPLS enabled switches
-
(Cisco)
-
... connect ASR routers using other devices in the network it can be tricky. BGP sessions is not an issue, but MPLS tags. For L3VPN two labels are required:
Outer Label - specifices outgoing interface ...
-
Created on 02 December 2014
-
3.
Configuring netbsd (sparc) appliance for IOU
-
(Cisco)
-
... character is '^]'.
Router#show cdp nei
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
...
-
Created on 15 October 2014
-
4.
Linux routing with BIRD and multiple tables
-
(Linux Networking)
-
... debugging of all protocols
debug protocols all;
# Override router ID
router id 172.20.0.1;
/*
* ROUTING TABLE CONFIGURATION
*/
# Routing Tables
table CUSTOMER_1;
table CUSTOMER_1;
# ...
-
Created on 17 March 2014
-
5.
Alternative for SVI in Cisco routers - BDI
-
(Cisco)
-
I had to have some alternative for SVIs used on MLS, but configured on router (CSR1000v). The solution required to have two phsycial interfaces bridge with IP address on top of it. In linux the solution ...
-
Created on 10 March 2014
|
|
 |