Configure a single physical interface for the uPIM and set the port parameters for port 0 and port 1:
- [edit interfaces]
- ge-2/0/0 {
-
- {
-
- switch-port 0 {
- no-auto-negotiation;
- 1g;
- link-mode full-duplex;
- }
-
- port 1 {
- no-auto-negotiation;
- 10m;
- link-mode half-duplex;
- }
- }
- }