0% found this document useful (0 votes)
383 views2 pages

Lab Network Eve NG

This document contains configuration information for several network devices: - P-BGP-AS100 is configured with IP routes and interfaces for peering with AS200, CGNAT, CE-BNG-ACCEL, and IXBR-PTT networks. - CE-bng-accel has interfaces configured for connections to CGNAT and P-BGP-AS100 networks. - P-CGNAT interface is configured to connect to P-BGP-AS100 and has an interface for the CGNAT network. - Freeradius has an interface configured to connect to the CE-bng-accel network.

Uploaded by

raphaelrrl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
383 views2 pages

Lab Network Eve NG

This document contains configuration information for several network devices: - P-BGP-AS100 is configured with IP routes and interfaces for peering with AS200, CGNAT, CE-BNG-ACCEL, and IXBR-PTT networks. - CE-bng-accel has interfaces configured for connections to CGNAT and P-BGP-AS100 networks. - P-CGNAT interface is configured to connect to P-BGP-AS100 and has an interface for the CGNAT network. - Freeradius has an interface configured to connect to the CE-bng-accel network.

Uploaded by

raphaelrrl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

# P-BGP-AS100

hostname p-bgp-as100
!
ip route 0.0.0.0/0 10.99.99.1
ip route 10.99.95.0/24 10.99.97.2
!
interface eth0
description PEER-AS200-PNET1
ip address 10.99.99.2/24
!
interface eth1
description P-CGNAT
ip address 10.99.98.1/30
!
interface eth2
description CE-BNG-ACCEL-PPP
ip address 10.99.97.1/30
!
interface eth3
description IXBR-PTT
ip address 10.99.96.2/30

# CE-bng-accel
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface


allow-hotplug ens3
iface ens3 inet static
address 10.99.98.5/30
#gateway 10.99.97.1
# dns-* options are implemented by the resolvconf package, if installed
#dns-nameservers 8.8.8.8

allow-hotplug ens5
iface ens5 inet static
address 10.99.97.2/30
gateway 10.99.97.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8

allow-hotplug ens6
iface ens6 inet static
address 10.99.95.1/30
#gateway 10.99.98.1
# dns-* options are implemented by the resolvconf package, if installed
#dns-nameservers 8.8.8.8

# p-cgnat

# The loopback network interface


auto lo
iface lo inet loopback

# The primary network interface


allow-hotplug ens3
iface ens3 inet static
address 10.99.98.6/24
#gateway 10.99.99.1
# dns-* options are implemented by the resolvconf package, if installed
#dns-nameservers 8.8.8.8

allow-hotplug ens4
iface ens4 inet static
address 10.99.98.2/30
gateway 10.99.98.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8

#allow-hotplug ens5
#iface ens5 inet static
#address 10.99.97.6/30

# freeradius
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface


allow-hotplug ens3
iface ens3 inet static
address 10.99.95.2/30
gateway 10.99.95.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8

You might also like