User manual

Motorola RF Switch CLI Reference Guide
4-26
4.1.12 diff
Priv Exec Command
Displays the differences between 2 files
Supported in the following platforms:
RFS7000
RFS6000
Syntax
diff [<FILE>|<URL>] [<FILE>|<URL>]
Parameters
Example
RFSwitch#diff startup-config running-config
--- startup-config
+++ running-config
@@ -89,7 +89,7 @@
mobility peer 157.235.208.16
wlan 1 enable
wlan 1 ssid wlan123
- wlan 1 encryption-type wep128
+ wlan 1 encryption-type tkip
wlan 1 authentication-type eap
wlan 1 mobility enable
wlan 1 radius server primary 127.0.0.1
@@ -184,10 +184,12 @@
rad-user adam password 0 mypassword
rad-user eve password 0 mypassword123
rad-user sumi password 0 mypassword
+ rad-user test password 0 mypassword123
rad-user vasavi password 0 mypassword123
group kumar2
rad-user sumi
- policy wlan 2
<FILE> The first <FILE> is the source file for the diff. The second
<FILE> is the file to compare.
<URL> The first <URL> is the source URL for the diff. The second
<URL> is the URL to compare.