I have four different interfaces on a 2514 router (e0,e1,s0,s1), each
interface is on a different subnet, and the mask is 30 bits. Here's they
are:
int e0 = 172.16.10.4 /30
int e1 = 172.16.10.8 /30
int s0 = 172.16.10.12 /30
int s1 = 172.16.10.16 /30
( I only want two addresses per subnet)
I'm running OSPF routing protocol on this router. Each route is
configured in a different area, so that makes this router an Area Border
Router.
here's the logic:
router ospf 23
route 172.16.10.4 0.0.0.0 area 1
route 172.16.10.8 0.0.0.0 area 2
route 172.16.10.12 0.0.0.0 area 3
route 172.16.10.16 0.0.0.0 area 4
I want to summarize the addresses into one route for the routing table.
Is this possible?
Here's the binaries on the last octet:
4 = .00000100
8 = .00001000
12= .00001100
16= .00010000
I came up with summary-address 172.16.10.0 255.255.255.224
(ABR script = area 23 range 172.16.10.0 255.255.255.224)
Is this correct?

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to