hi
when i execute configuration changes report that offers ziptie 200804c I saw some simbols that i did not understand, can explain me what these mean it also words of sintax of report?.
Below it enumerated my doubts and i added the format of my report
1.- (revision 696)
2.- (revision 693)
3.- ---
4.- +++
5.- @@ -705,24 +705,8 @@
6.- +
7.- -
thanks
jakob
-------------------------------------------------------------------------
Index: running-config
===================================================================
--- running-config (revision 696)
+++ running-config (revision 693)
@@ -705,24 +705,8 @@
ip dhcp snooping limit rate 10
!
interface FastEthernet2/0/9
- description VozDatos38
- switchport trunk encapsulation dot1q
- switchport trunk native vlan 138
- switchport trunk allowed vlan 138,933
- switchport mode trunk
- switchport nonegotiate
- switchport voice vlan 933
- switchport port-security maximum 3
- switchport port-security
- switchport port-security aging time 2
- switchport port-security violation restrict
- switchport port-security aging type inactivity
- no mdix auto
+ shutdown
no cdp enable
- spanning-tree portfast
- spanning-tree bpdufilter enable
- spanning-tree guard root
- ip dhcp snooping limit rate 10
!
interface FastEthernet2/
-------------------------------------------------------------------------
Unified Diff
ZipTie uses a format called "Unified Diff". It is a standard format which you can read about here:
http://en.wikipedia.org/wiki/Unified_diff#Unified_format
-Brett