
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to reset the gig 0/1 port back to default from CLI
Screwed this up configuring it and can now only access adtran 908e from craft port. I can console in but do not know the command to reset the port back to default. Any help appreciated.
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to reset the gig 0/1 port back to default from CLI
Type “Enable” takes you to enable mode.
Couple things you can do, just turn off firewall or load default config.
To turn off firewall
Enter “config t” and then “no ip firewall”
Or you can do a “show int gig 0/1” or add “do” in front of it to see what command you messed up, then you just go into that interface and negate it.
Let me know if you have questions.
-Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to reset the gig 0/1 port back to default from CLI
Is there a command to undo encapsulation. I think that is where I goofed it up.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to reset the gig 0/1 port back to default from CLI
Enable
Config t
Int gig 0/1
No encapsulation 802.1
-Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to reset the gig 0/1 port back to default from CLI
Thank you Mark. Back in business. Sorry for the rookie questions. Just trying to learn how to do this the right way. LOL.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Accept as Solution
- Report Inappropriate Content
Re: How to reset the gig 0/1 port back to default from CLI
Anytime! Glad your back up. Rookie questions allowed here! 😃
-Mark