cancel
Showing results for 
Search instead for 
Did you mean: 

Adding on X450e-48p to an existing OSPF network

Adding on X450e-48p to an existing OSPF network

Sidney_Yoder
New Contributor
A previous network engineer setup OSPF throughout our network, he has since left. I just finished & passed my CISCO CCENT, so while I’ve just finished learning and practicing OSPF I’m still inexperienced.
I’m tasked with setting up a new office, which has an Ethernet connection to our extreme switch and we want to disable OSPF on the router in front of the switch and use the new line / extreme switch. I have the cmd to turn off OSPF on the router, but my question is how OSPF works via Extreme OS, I’ve downloaded Extreme’s admin guide and read through it, however I’ll show code that I’m not sure on.

On other extreme switch that is running OSPF correct:
enable ospf
enable ospf export direct cost 1 type ase-type-1 – what does this mean?
enable ospf export static cost 1 type ase-type-1- same as above
configure ospf add vlan Backbone area 0.0.0.0
configure ospf vlan Backbone priority 0
configure ospf add vlan XO-VPLS-MESH area 0.0.0.0

My code on the switch I configured.
enable ospf
enable ospf export direct cost 10 type ase-type-1
enable ospf export static cost 10 type ase-type-1
configure ospf vlan CTAP-Agent priority 0 – Not sure why these vlans auto appeared, I only configured the vlan XO_VPLS for ospf

configure ospf vlan EVN priority 0 - similar
configure ospf vlan IPC priority 0 – similar
configure ospf vlan IVN priority 0 - similar
configure ospf add vlan XO_VPLS_MESH area 0.0.0.0
configure ospf vlan XO_VPLS_MESH priority 0

I deleted the default route to the router, since I want all traffic to go out the XO line, with ospf, I should need a default route?

I am also noticing that on the HQ iproute table it shows the vlans EVN, IPC, etc as (d) - direct connect? why is it not listing them as OSPF?
Thanks
2 REPLIES 2

Sidney_Yoder
New Contributor
Does the below information help?

Slot-1 CTAP-Cosmo-Stack.9 # show ospf inSlot-1 CTAP-Cosmo-Stack.9 # show ospf interfaces

VLAN IP Address AREA ID Flags Cost State Neighbors
CTAP-Agent 192.168.112.1 /24 0.0.0.0 --if- 4/A ----- 0
EVN 10.20.50.1 /24 0.0.0.0 --if- 5/A ----- 0
IPC 172.16.50.1 /24 0.0.0.0 --if- 5/A ----- 0
IVN 192.168.50.1 /24 0.0.0.0 ---f- 4/A ----- 0
XO_VPLS_ME 10.128.254.4 /24 0.0.0.0 --if- 5/A ----- 0

lot-1 CTAP-Cosmo-Stack.13 # show iprou
Slot-1 CTAP-Cosmo-Stack.13 # show iproute

Ori Destination Gateway Mtr Flags VLAN Duration
#s Default Route 192.168.112.2 1 UG---S-um--f- CTAP-Agent 1d:22h:46m:11s
#d 10.20.50.0/24 10.20.50.1 1 U------um--f- EVN 6d:22h:4m:30s
#d 10.128.254.0/24 10.128.254.4 1 U------um--f- XO_VPLS_MESH 6d:22h:4m:30s
#d 172.16.50.0/24 172.16.50.1 1 U------um--f- IPC 6d:22h:4m:30s
#d 192.168.50.0/24 192.168.50.1 1 U------um--f- IVN 6d:22h:4m:30s
#d 192.168.112.0/24 192.168.112.1 1 U------um--f- CTAP-Agent 6d:22h:4m:30s

Slot-1 CTAP-Cosmo-Stack.14 # show vl
Slot-1 CTAP-Cosmo-Stack.14 # show vlan

---------------------------------------------------------------------------------------
Name VID Protocol Addr Flags Proto Ports Virtual
Active router
/Total
---------------------------------------------------------------------------------------
CTAP-Agent 500 192.168.112.1 /24 -f-------o--------------- ANY 81/134 VR-Default
Default 1 --------------------------------------------- ANY 0 /0 VR-Default
EVN 501 10.20.50.1 /24 -f-------o--------------- ANY 1 /3 VR-Default
IPC 502 172.16.50.1 /24 -f-------o--------------- ANY 1 /4 VR-Default
IVN 503 192.168.50.1 /24 -f----------------------- ANY 1 /7 VR-Default
Mgmt 4095 --------------------------------------------- ANY 0 /1 VR-Mgmt
XO_VPLS_MESH 1000 10.128.254.4 /24 -f-------o--------------- ANY 1 /1 R-Default

My HQ Extreme switch

#o1 192.168.254.64/26 10.1.1.1 5 UG-D---um--f Backbone 39d:5h:4m:15s
#o2 192.168.254.128/26 10.1.1.1 21 UG-D---um--f Backbone 13d:0h:26m:42s
#d 192.168.254.224/27 192.168.254.226 1 U------um--f Polycom 123d:22h:8m:38s
#o1 198.105.200.0/23 10.128.254.1 5044 UG-D---um--f XO-VPLS-MESH 14d:2h:38m:6s
#o1 198.105.200.0/23 10.128.254.2 5044 UG-D---um--- XO-VPLS-MESH 14d:2h:38m:6s
s 216.30.107.208/30 216.149.3.149 1 -G---S-um--- - 123d:22h:8m:35s

PARTHIBAN_CHINN
Contributor
enable ospf export direct cost 1 type ase-type-1 – what does this mean?
enable ospf export static cost 1 type ase-type-1- same as above

We are redistributing static and directly connected routes to ospf.

configure ospf vlan CTAP-Agent priority 0 – Not sure why these vlans auto appeared, I only configured the vlan XO_VPLS for ospf .
EXOS 15.3.1.4-patch1-30 --we have this default config added to the ospf config which cant be deleted.this should have been fixed in recent release.

I deleted the default route to the router, since I want all traffic to go out the XO line, with ospf, I should need a default route?
I need to know the topology to answer this query.

I am also noticing that on the HQ iproute table it shows the vlans EVN, IPC, etc as (d) - direct connect? why is it not listing them as OSPF?

Need more information for this query as well.

GTM-P2G8KFN