[mpls-linux-general] Example zebra + ospfd + mplsd configs
Status: Beta
Brought to you by:
jleu
From: James R. L. <jl...@mi...> - 2002-09-05 23:07:28
|
This config works with: linux-kernel 2.4.18 mpls-linux 1.170 ldp-portable 0.200 zebra-0.93a NOTE: The usage of the dummy interface with a /32 address is important! --------------------------- zebra config ------------------------------ hostname uml-2 password root enable password root service advanced-vty ! interface lo description Loopback ! interface dummy0 ip address 192.168.0.2/32 ! interface eth0 ! interface eth1 ip address 11.0.1.2/24 ! interface eth2 ip address 11.0.2.2/24 ! interface eth3 ip address 11.0.3.2/24 ! interface teql0 ! ! line vty exec-timeout 0 0 --------------------------- ospfd config ------------------------------ hostname uml-2-ospf password root enable password root ! ! ! interface lo ! interface teql0 ! interface eth0 ! interface eth1 ! interface eth2 ! interface eth3 ! interface dummy0 ! router ospf passive-interface lo network 11.0.0.0/8 area 0 network 192.168.0.0/24 area 0 ! line vty exec-timeout 0 0 --------------------------- mplsd config ------------------------------ hostname uml-2-mpls password root enable password root ! interface lo ! interface eth0 ! interface eth1 mpls ldp ! interface eth2 mpls ldp ! interface eth3 mpls ldp ! interface dummy0 ! router zebra ! mpls ldp ! line vty exec-timeout 0 0 -- James R. Leu |