[f-nsp] Any guide for moving configs from Cisco?
Tine Hutchison
foundry-nsp at well-duh.net
Wed Mar 30 19:21:22 EST 2005
Quoting "Stephen J. Wilcox" <steve at telecomplete.co.uk>:
>> Where can I find out more about the VLAN stuff? We assign the IPs
>> in the VLANs and ospf priority and vtp-domain.
>
> conf t
> # vlan blah name foo
> (vlan)# tag eth 1/2
> (vlan)# router-interface ve 34
>
> # int ve 34
> (int) # ip add w.x.y.z
VTP is Cisco proprietary, you can use GVRP if you're not using PVST.
OSPF is rather different config wise:
router ospf
area 0
area 1.2.3.4 nssa 1
area 1.2.3.4 nssa default-information-originate
redistribution connected
redistribution static
int ve 34
ip ospf area 1.2.3.4
ip ospf passive
ip ospf ?
There's no magic config changer. You'll have to add your config in section by
section and deal with any inconsistencies or changes. The good news is that
it's not that hard.
Tine Hutchison
More information about the foundry-nsp
mailing list