[rbak-nsp] Subscriber IP pool

Marcin Kuczera marcin at leon.pl
Fri Aug 19 03:56:39 EDT 2011


Navin Nepali wrote:
> Is it possible that the "Subscriber default" can access two IP pools? In 
> my current configuration, the current IP pool defined is all used and 
> now I want to add additional pool. So is there any other way to do this?

we have something like that:
!
  interface ip-pool loopback
   ip address 89.200.231.1/32
   ip address 89.200.226.1/32 secondary
   ip address 89.200.229.1/32 secondary
   ip address 89.200.225.1/32 secondary
   ip address 89.200.230.1/32 secondary
   ip address 89.200.228.1/32 secondary
   ip address 89.200.224.1/32 secondary
   ip address 188.137.80.1/32 secondary
   ip address 188.137.100.1/32 secondary
!
  interface pool multibind lastresort
   ip unnumbered ip-pool
   ip arp proxy-arp always
   ip pool 89.200.224.0/24
   ip pool 89.200.225.0/24
   ip pool 89.200.226.0/23
   ip pool 89.200.228.0/24
   ip pool 89.200.229.0/24
   ip pool 89.200.230.0/24
   ip pool 89.200.231.0/24
   ip pool 188.137.80.0/20
   ip pool 188.137.100.0/24
!

however, in first interface, secondaries are not necessery as I suppose 
(they are ment to be gateways)

Regards
Marcin


More information about the redback-nsp mailing list