Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
testcomputer committed Jan 25, 2023
2 parents d7ebb4e + dfd84f4 commit 7047dc4
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
1 change: 1 addition & 0 deletions Add-Images.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="https://academy.hackthebox.com/storage/modules/34/redesigned/net_overview.png" alt="Network Platform">
7 changes: 7 additions & 0 deletions RouterConfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ Given that ssh works but telnet doesn't, there are a few options:


Packet Tracer practice. Record ALL commands and practice in a virtual environment


Router>  <– User EXEC Mode
Router#  <– Privileged EXEC mode
Router(config)#  <– Global Configuration Mode
Router(config-if)# <– Interface Configuration Mode
Router(config-line)# <– Line Configuration Mode
75 changes: 74 additions & 1 deletion Section-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,77 @@ OSI Model

# Header format

(alt="https://i0.wp.com/planetechusa.com/wp-content/uploads/2022/05/OSI-Model.png")
https://i0.wp.com/planetechusa.com/wp-content/uploads/2022/05/OSI-Model.png

<a href="http://website.example" rel="some text">![Foo](http://Copy-ImageLinkAndPostHere.png)</a>

<p align="center">
<a href="https://planetechusa.com/layer-2-vs-layer-3-switches/" rel="some text"> <img src="https://i0.wp.com/planetechusa.com/wp-content/uploads/2022/05/OSI-Model.png"
</a>
</p>



<p align="center">
<a href="https://academy.hackthebox.com/storage/modules/34/redesigned/net_overview.png/" rel="some test"> <img src="https://academy.hackthebox.com/storage/modules/34/redesigned/net_overview.png"
</a>
</p>












<p align="center">
<a href="https://www.azure.com" target="_blank"> <img src="https://raw.githubusercontent.com/pry0cc/axiom/master/screenshots/Referrals/azure_referral.png"screenshots/Referrals/azure_referral.png/>
</a>
</p>



<img src="https://media.licdn.com/dms/image/C5622AQFjnRnjWkrhWA/feedshare-shrink_1280/0/1672210515938?e=1675296000&v=beta&t=jK8NSkuMzU4W12w94wd7XD0DYzZgTMyr4a29uFsvdUM"

![image](https://user-images.githubusercontent.com/104815254/209775830-4ace504d-dc33-4ee2-b1ff-03b1ab56fc8b.png)


Practice LAN Ethernet switching
*Lab Practice*

ARP Requests



![image](https://user-images.githubusercontent.com/104815254/210702406-5399bcf9-d5a5-417f-bc2d-409aff4effe7.png)
<img src="https://media.geeksforgeeks.org/wp-content/uploads/subnetting.111111.jpg"


Network Fundamentals: Routers, switches, cabling, TCP and UDP, IPv4 and IPv6
IP Connectivity: IP routing, OSPFv2
IP Services: NTP, DHCP, QoS, SNMP
Security Fundamentals: VPNs, wireless security, port security
Network Access: VLANs and trunking, EtherChannel
Automation and Programmability: REST APIs, Puppet, Chef, JSON, SDN


Describe characteristics of REST-based APIs (CRUD, HTTP verbs, and data encoding).
Recognize the capabilities of configuration management mechanisms Puppet, Chef, and Ansible.
Interpret JSON encoded data


# show port-security [interface g1/1] port status, violation mode, max/total MACs,…
# show port-security address Secure MACs on ports.
# show errdisable recovery Check if auto recovery is enabled. Disabled by default.


firewall layer 7
wireless access point layer 2
wireless LAN controller layer 2
switch layer 2
router layer 3
bridge layer 2

0 comments on commit 7047dc4

Please sign in to comment.