Dec 15, 2004 #1 WanderingSailor IS-IT--Management Joined Nov 6, 2001 Messages 21 Location US Is there a global command to enable all 48 ports on a Cisco 2948G at the same time? Thanks!
Dec 16, 2004 #2 BCSCB Technical User Joined Jun 24, 2004 Messages 51 Location GB Hi, Im not sure if it will work on the 2948G but the command is (In conf t Mode) int range fa0/1 - 5 This will configure ports 1,2,3,4 and 5 If you want specific ports eg port 1 and 5 the command is int range fa0/1 , fa0/5 This will only configure the 2 ports. Upvote 0 Downvote
Hi, Im not sure if it will work on the 2948G but the command is (In conf t Mode) int range fa0/1 - 5 This will configure ports 1,2,3,4 and 5 If you want specific ports eg port 1 and 5 the command is int range fa0/1 , fa0/5 This will only configure the 2 ports.
Dec 16, 2004 #3 vipergg MIS Joined May 15, 2003 Messages 2,437 Location US "set port enable f2/1-48 Upvote 0 Downvote