Card and mda both need to be configured for alcatel to work.
Follow the commands below exactly to configure card and mda
A:NS085167016# configure
A:NS085167016>config# card 1
A:NS085167016>config>card# card-type "iom-9g"
*A:NS085167016>config>card# mda 1
*A:NS085167016>config>card>mda# mda-type "c1-1gb-sfp"
*A:NS085167016>config>card>mda# exit
*A:NS085167016>config>card# mda 2
*A:NS085167016>config>card>mda# mda-type "c8-10/100eth-tx"
*A:NS085167016>config>card>mda# exit
*A:NS085167016>config>card# exit
You can use show card and show mda command to check the configurations:
*A:NS085167016# show card
===============================================================================
Card Summary
===============================================================================
Slot Provisioned Equipped Admin Operational Comments
Card-type Card-type State State
-------------------------------------------------------------------------------
1 iom-9g iom-9g up up
A cfm-9g cfm-9g up up/active
===============================================================================
*A:NS085167016# show mda
===============================================================================
MDA Summary
===============================================================================
Slot Mda Provisioned Equipped Admin Operational
Mda-type Mda-type State State
-------------------------------------------------------------------------------
1 1 c1-1gb-sfp c1-1gb-sfp up up
2 c8-10/100eth-tx c8-10/100eth-tx up up
4 c2-oc12/3-sfp up unprovisioned
===============================================================================
Hi Sandesh,
ReplyDeleteThank you for sharing the knowledgeable facts.
What if the IOM is configured in slot 3 and MDA in slot 1. So the port ID will be 3/1/1, 3/1/2 and so-on. Right, not-right? Thank you.