|
@@ -0,0 +1,27 @@
|
|
|
+---
|
|
|
+title: Cisco IOS Routers
|
|
|
+toc_enable: yes
|
|
|
+breadcrumbs:
|
|
|
+- title: Home
|
|
|
+ url: /
|
|
|
+- title: Configuration
|
|
|
+ url: /config/
|
|
|
+- title: Network
|
|
|
+---
|
|
|
+{% include header.md %}
|
|
|
+
|
|
|
+### Using
|
|
|
+{:.no_toc}
|
|
|
+None
|
|
|
+
|
|
|
+## Initial Configuration
|
|
|
+
|
|
|
+**TODO**
|
|
|
+
|
|
|
+## Security
|
|
|
+
|
|
|
+- Disable directed broadcasts:
|
|
|
+ - `no ip directed-broadcast`
|
|
|
+ - Used by smurf and fraggle attacks.
|
|
|
+
|
|
|
+{% include footer.md %}
|