Link to home
Start Free TrialLog in
Avatar of Pentrix2
Pentrix2

asked on

How do I configure an ethernet port to be active

How do I configure an ethernet port to be active on a router
ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of edgecombe74
edgecombe74

Yes use the following command examples:
router#config terminal
router(config)#interface fa (enter the ethernet port that you're using)
router(config-if)#no shutdown
router(config-if)#exit
router(config)#exit