Changing NIC Configurations with the SRC CLI
If you change the type of NIC resolution that you use in your network (for example, from the OnePop configuration scenario to the OnePopAllRealms configuration scenario), delete any existing data and specify a static DN that identifies the DN for the new NIC configuration scenario; otherwise, the new NIC configuration may not perform resolutions correctly.
To change the type of NIC resolution that you use in your network:
- Set the editing level for the CLI to expert.
user@host>set cli level expert
- Disable the NIC:
user@host>disable component nic
- Delete the NIC configuration data for the existing configuration scenario from the directory.
user@host>request nic clear scenario-data
- Navigate to the
[edit slot 0 nic]
hierarchy level.- Change the value of the
static-dn
for the local configuration to identify the location of the DN for the new configuration scenario. For example:[edit slot 0 nic]
user@host# set initial static-dn "l=OnePopSharedIp, l=NIC, ou=staticConfiguration, ou=Configuration, o=Management,<base>"- Return to operational mode, and restart the NIC host.
user@host>request nic slot
number
restart
- Set the editing level for the CLI to expert.
user@host>set cli level basic
- Configure the new NIC scenario.
Related Topics