cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rawli
New Contributor

I can't connect to pri

Jump to solution

Hi there, i'm trying to create an E1 trunk but i feep getting this error (The selected ISDN interface "pri 1" is currently shut down. Please enable interface before connecting) I've tried several things but they all failed can anyone help?

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
jayh
Honored Contributor
Honored Contributor

Re: I can't connect to pri

Jump to solution

From the command line:

enable

   [enter password]

config t

  interface pri 1

  no shutdown

  [Ctrl-Z]

write memory


From the GUI:

Physical Interfaces on left-hand menu

Locate the E1 physical interface in the list.

Click on pri 1 under its logical interface column.

Check the Enabled box.

Click the Save button.

View solution in original post

0 Kudos
1 Reply
jayh
Honored Contributor
Honored Contributor

Re: I can't connect to pri

Jump to solution

From the command line:

enable

   [enter password]

config t

  interface pri 1

  no shutdown

  [Ctrl-Z]

write memory


From the GUI:

Physical Interfaces on left-hand menu

Locate the E1 physical interface in the list.

Click on pri 1 under its logical interface column.

Check the Enabled box.

Click the Save button.

0 Kudos