PBX Info :: Your Free PBX, PABX and Telephone Information Resource - View Single Post - PORTS ON ROUTER
Thread: PORTS ON ROUTER
View Single Post
Old 02-15-2005, 05:53 PM   #2 (permalink)
bobmay
Moderator
 
bobmay's Avatar
bobmay has no status.

Activity Longevity
2/20 17/20
Today Posts
0/0 ssssss108
Location: Pittsfield, MA
Rep Power: 6bobmay is on a distinguished road
call logger

To open a port on a router simply means to enable it. In the Cisco IOS one would use the comand "shutdown" to turn off a port, and "no shutdown" to turn on, or "open a port".
See below:

The shutdown command disables all functions on the specified interface. On serial interfaces, this command causes the DTR signal to be dropped. On Token Ring interfaces, this command causes the interface to be deinserted from the ring. On FDDI interfaces, this command causes the optical bypass switch, if present, to go into bypass mode.

This command also marks the interface as unavailable. To check whether an interface is disabled, use the EXEC command show interfaces. An interface that has been shut down is shown as administratively down in the display from this command.

Examples

The following example turns off Ethernet interface 0:

interface ethernet 0
shutdown


The following example turns the interface back on:

interface ethernet 0
no shutdown
bobmay is offline   sendpm.gif Reply With Quote