Brocade Mobility RFS4000, RFS6000 and RFS7000 CLI Reference Guide 189
53-1001931-01
Priv Exec command
4
diff
Priv Exec command
Displays the differences between 2 files
Supported in the following platforms:
• Mobility RFS4000 Controller
• Mobility RFS6000 Controller
• Mobility RFS7000 Controller
Syntax
diff [<FILE>|<URL>] [<FILE>|<URL>]
Parameters
Example
RFController#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
+ policy vlan 44
+ policy wlan 10
group kumar3
<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.