Skip to content

Commit 87c92cb

Browse files
rootroot
root
authored and
root
committed
fitxers de configuració del router R6
1 parent ec0b328 commit 87c92cb

11 files changed

+181
-0
lines changed

bgp4/quagga-R6/bgpd.conf

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
!
2+
! Zebra configuration saved from vty
3+
! 2016/10/06 12:22:17
4+
!
5+
!
6+
router bgp 1002
7+
bgp router-id 192.2.2.129
8+
network 192.2.2.0/24
9+
neighbor 192.2.1.193 remote-as 502
10+
neighbor 192.2.2.130 remote-as 1002
11+
!
12+
line vty
13+
!

bgp4/quagga-R6/bgpd.conf.sav

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
!
2+
! Zebra configuration saved from vty
3+
! 2016/10/06 11:16:59
4+
!
5+
!
6+
router bgp 1002
7+
bgp router-id 192.2.2.129
8+
network 192.2.2.0/24
9+
neighbor 192.2.1.193 remote-as 502
10+
neighbor 192.2.2.130 remote-as 1002
11+
!
12+
line vty
13+
!

bgp4/quagga-R6/daemons

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This file tells the quagga package which daemons to start.
2+
#
3+
# Entries are in the format: <daemon>=(yes|no|priority)
4+
# 0, "no" = disabled
5+
# 1, "yes" = highest priority
6+
# 2 .. 10 = lower priorities
7+
# Read /usr/share/doc/quagga/README.Debian for details.
8+
#
9+
# Sample configurations for these daemons can be found in
10+
# /usr/share/doc/quagga/examples/.
11+
#
12+
# ATTENTION:
13+
#
14+
# When activation a daemon at the first time, a config file, even if it is
15+
# empty, has to be present *and* be owned by the user and group "quagga", else
16+
# the daemon will not be started by /etc/init.d/quagga. The permissions should
17+
# be u=rw,g=r,o=.
18+
# When using "vtysh" such a config file is also needed. It should be owned by
19+
# group "quaggavty" and set to ug=rw,o= though. Check /etc/pam.d/quagga, too.
20+
#
21+
zebra=no
22+
bgpd=no
23+
ospfd=no
24+
ospf6d=no
25+
ripd=no
26+
ripngd=no
27+
isisd=no

bgp4/quagga-R6/debian.conf

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#
2+
# If this option is set the /etc/init.d/quagga script automatically loads
3+
# the config via "vtysh -b" when the servers are started.
4+
# Check /etc/pam.d/quagga if you intend to use "vtysh"!
5+
#
6+
vtysh_enable=yes
7+
zebra_options=" --daemon -A 127.0.0.1"
8+
bgpd_options=" --daemon -A 127.0.0.1"
9+
ospfd_options=" --daemon -A 127.0.0.1"
10+
ospf6d_options="--daemon -A ::1"
11+
ripd_options=" --daemon -A 127.0.0.1"
12+
ripngd_options="--daemon -A ::1"
13+
isisd_options=" --daemon -A 127.0.0.1"

bgp4/quagga-R6/ospf6d.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

bgp4/quagga-R6/ospfd.conf

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
!
2+
! Zebra configuration saved from vty
3+
! 2016/10/06 12:22:17
4+
!
5+
!
6+
!
7+
!
8+
interface eth0
9+
!
10+
interface eth1
11+
!
12+
interface eth2
13+
!
14+
interface eth3
15+
!
16+
interface eth4
17+
!
18+
interface lo
19+
!
20+
router ospf
21+
ospf router-id 2.0.0.6
22+
network 192.2.1.192/30 area 0.0.0.2
23+
network 192.2.2.128/30 area 0.0.0.2
24+
!
25+
line vty
26+
!

bgp4/quagga-R6/ospfd.conf.sav

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
!
2+
! Zebra configuration saved from vty
3+
! 2016/10/06 11:16:59
4+
!
5+
!
6+
!
7+
!
8+
interface eth0
9+
!
10+
interface eth1
11+
!
12+
interface eth2
13+
!
14+
interface eth3
15+
!
16+
interface eth4
17+
!
18+
interface lo
19+
!
20+
router ospf
21+
ospf router-id 2.0.0.6
22+
network 192.2.1.192/30 area 0.0.0.2
23+
network 192.2.2.128/30 area 0.0.0.2
24+
!
25+
line vty
26+
!

bgp4/quagga-R6/ripd.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

bgp4/quagga-R6/ripngd.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

bgp4/quagga-R6/zebra.conf

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
!
2+
! Zebra configuration saved from vty
3+
! 2016/10/06 12:22:17
4+
!
5+
!
6+
interface eth0
7+
ip address 192.2.1.194/30
8+
ipv6 nd suppress-ra
9+
!
10+
interface eth1
11+
ip address 192.2.2.129/30
12+
ipv6 nd suppress-ra
13+
!
14+
interface eth2
15+
ipv6 nd suppress-ra
16+
!
17+
interface eth3
18+
ipv6 nd suppress-ra
19+
!
20+
interface eth4
21+
ipv6 nd suppress-ra
22+
!
23+
interface lo
24+
!
25+
ip forwarding
26+
ipv6 forwarding
27+
!
28+
!
29+
line vty
30+
!

bgp4/quagga-R6/zebra.conf.sav

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
!
2+
! Zebra configuration saved from vty
3+
! 2016/10/06 11:16:59
4+
!
5+
!
6+
interface eth0
7+
ip address 192.2.1.194/30
8+
ipv6 nd suppress-ra
9+
!
10+
interface eth1
11+
ip address 192.2.2.129/30
12+
ipv6 nd suppress-ra
13+
!
14+
interface eth2
15+
ipv6 nd suppress-ra
16+
!
17+
interface eth3
18+
ipv6 nd suppress-ra
19+
!
20+
interface eth4
21+
ipv6 nd suppress-ra
22+
!
23+
interface lo
24+
!
25+
ip forwarding
26+
ipv6 forwarding
27+
!
28+
!
29+
line vty
30+
!

0 commit comments

Comments
 (0)