Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BRI0:1

Status
Not open for further replies.

brunopt

IS-IT--Management
Joined
Mar 1, 2004
Messages
47
Location
PT
How can i put the sub interfaces BRI0:1 and BRI0:2 on state to up, what is the command to enter in the interface.

Thank you very much
 
Hi,
hope this works:
ena #to enter enable modus
conf t #to enter configuration modus
interface <interfacename> #to enter configuration for the specified interface
no shutdown #to prevent the interface from shutting down
end #to go back to enable modus
#then save the config

bye
busche
 
But i have an error message like this

Cannot access B-Channels Interfaces

 
Hi

The BRI0:1 and BRI0:2 are NOT subinterfaces. ISDN can use either or both B-channels 64/56 kb/s, but they form a single interface, so you cannot manipulate them separately.

EB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top